exchange/debian/taler-exchange.taler-exchange-secmod-eddsa.service

15 lines
377 B
SYSTEMD
Raw Normal View History

[Unit]
Description=GNU Taler payment system exchange EdDSA security module
2021-07-26 23:37:13 +02:00
Requires=taler-exchange-rundir.service
[Service]
User=taler-exchange-secmod-eddsa
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c /etc/taler/exchange-service-default.conf
StandardOutput=journal
StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full