taler-exchange.taler-exchange-secmod-cs.service (583B)
1 [Unit] 2 StartLimitIntervalSec=0 3 Description=GNU Taler payment system exchange CS security module 4 AssertPathExists=/run/taler-exchange/secmod-cs 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 User=taler-exchange-secmod-cs 12 Type=simple 13 RestartPreventExitStatus=6 9 14 ExecStart=/usr/bin/taler-exchange-secmod-cs -c /etc/taler-exchange/taler-exchange.conf -L INFO 15 StandardOutput=journal 16 StandardError=journal 17 PrivateTmp=no 18 PrivateDevices=yes 19 ProtectSystem=full 20 IPAddressDeny=any 21 Slice=taler-exchange.slice