aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-merchant.taler-merchant-wirewatch.service
blob: d4e3a3f7eb676e4952d5e52a994c9002d26c1f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=GNU Taler payment system merchant bank transfer import service
After=postgres.service

[Service]
User=taler-merchant-httpd
Type=simple
Restart=always
RestartMode=direct
RestartSec=1s
RestartPreventExitStatus=2 3 4 5 6 9
ExecStart=/usr/bin/taler-merchant-wirewatch -c /etc/taler/taler.conf
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
RuntimeMaxSec=3600s