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

16 lines
379 B
SYSTEMD
Raw Normal View History

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