15 lines
330 B
Desktop File
15 lines
330 B
Desktop File
[Unit]
|
|
Description=GNU Taler payment system exchange closer service
|
|
PartOf=taler-exchange.target
|
|
|
|
[Service]
|
|
User=taler-exchange-closer
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/taler-exchange-closer -c /etc/taler/taler.conf
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|