17 lines
370 B
Desktop File
17 lines
370 B
Desktop File
[Unit]
|
|
Description=GNU Taler payment system exchange closer service
|
|
PartOf=taler-exchange.target
|
|
|
|
[Service]
|
|
User=taler-exchange-closer
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=100ms
|
|
ExecStart=/usr/bin/taler-exchange-closer -c /etc/taler/taler.conf
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|
|
Slice=taler-exchange.slice
|