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

16 lines
404 B
SYSTEMD
Raw Normal View History

[Unit]
Description=GNU Taler payment system exchange EdDSA security module
2021-07-27 15:29:27 +02:00
AssertPathExists=/run/taler-exchange
PartOf=taler-exchange.service
[Service]
User=taler-exchange-secmod-eddsa
Type=simple
Restart=on-failure
2021-07-27 17:40:16 +02:00
ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c /etc/taler/exchange-service-secmod.conf
StandardOutput=journal
StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full