taler-exchange.taler-exchange-secmod-rsa.service (561B)
1 [Unit] 2 StartLimitIntervalSec=0 3 Description=GNU Taler payment system exchange RSA security module 4 AssertPathExists=/run/taler/exchange-secmod-rsa 5 PartOf=taler-exchange.target 6 7 [Service] 8 # DD102: retry transient failures without a start-rate limit. 9 Restart=always 10 RestartSec=10s 11 RestartPreventExitStatus=6 9 12 User=taler-exchange-secmod-rsa 13 Type=simple 14 ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.conf 15 StandardOutput=journal 16 StandardError=journal 17 PrivateTmp=no 18 PrivateDevices=yes 19 ProtectSystem=full 20 IPAddressDeny=any 21 Slice=taler-exchange.slice