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

19 lines
448 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=GNU Taler payment system exchange RSA security module
2021-08-04 18:51:14 +02:00
AssertPathExists=/run/taler/exchange-secmod-rsa
PartOf=taler-exchange.target
[Service]
User=taler-exchange-secmod-rsa
Type=simple
2021-12-02 08:02:20 +01:00
Restart=always
RestartSec=100ms
2021-07-29 15:56:17 +02:00
ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.conf
StandardOutput=journal
StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
IPAddressDeny=any
Slice=taler-exchange.slice