14 lines
338 B
SYSTEMD
14 lines
338 B
SYSTEMD
|
[Unit]
|
||
|
Description=GNU Taler payment system exchange EdDSA security module
|
||
|
|
||
|
[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
|