2021-07-26 14:18:02 +02:00
|
|
|
[Unit]
|
|
|
|
Description=GNU Taler payment system exchange RSA security module
|
2021-08-04 18:51:14 +02:00
|
|
|
AssertPathExists=/run/taler/exchange-secmod-rsa
|
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-rsa
|
|
|
|
Type=simple
|
|
|
|
Restart=on-failure
|
2021-07-29 15:56:17 +02:00
|
|
|
ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.conf
|
2021-07-26 14:18:02 +02:00
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
|
|
|
PrivateTmp=no
|
|
|
|
PrivateDevices=yes
|
|
|
|
ProtectSystem=full
|