summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.taler-exchange-wirewatch.service
blob: 2705ca2b58e2756b6015eb23c7a934bd2bf1936f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=GNU Taler payment system exchange wirewatch service
After=network.target
PartOf=taler-exchange.target

[Service]
User=taler-exchange-wire
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf
StandardOutput=journal
StandardError=journal
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full