aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-exchange.taler-exchange-wirewatch.service
blob: 14023c12b2cc4b4e2e5e74221fd28acd34bf1b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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
RestartPreventExitStatus=9
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