blob: 18a0dd90ee427e25ae4a607d8e19ef082fed1e71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=GNU Taler payment system exchange RSA security module
AssertPathExists=/run/taler-exchange
PartOf=taler-exchange.service
[Service]
User=taler-exchange-secmod-rsa
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.conf
StandardOutput=journal
StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
|