2021-07-26 14:18:02 +02:00
|
|
|
[Unit]
|
|
|
|
Description=GNU Taler payment system exchange EdDSA security module
|
2021-07-27 15:29:27 +02:00
|
|
|
AssertPathExists=/run/taler-exchange
|
2021-07-27 15:42:39 +02:00
|
|
|
PartOf=taler-exchange.service
|
2021-07-26 14:18:02 +02:00
|
|
|
|
|
|
|
[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
|
2021-07-26 14:18:02 +02:00
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
|
|
|
PrivateTmp=no
|
|
|
|
PrivateDevices=yes
|
|
|
|
ProtectSystem=full
|