19 lines
429 B
Desktop File
19 lines
429 B
Desktop File
[Unit]
|
|
Description=GNU Taler payment system exchange wirewatch service
|
|
After=network.target postgres.service
|
|
PartOf=taler-exchange.target
|
|
|
|
[Service]
|
|
User=taler-exchange-wire
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1s
|
|
RuntimeMaxSec=3600s
|
|
ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
PrivateTmp=yes
|
|
PrivateDevices=yes
|
|
ProtectSystem=full
|
|
Slice=taler-exchange.slice
|