summaryrefslogtreecommitdiff
path: root/debian/taler-auditor.taler-auditor-httpd.service
blob: ac68e41c8091c83d6055169b9e611c87c780f774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=GNU Taler payment system auditor REST API
After=postgres.service network.target

[Service]
User=taler-auditor-httpd
Type=simple
Restart=on-failure
RestartPreventExitStatus=9
ExecStart=/usr/bin/taler-auditor-httpd -c /etc/taler/taler.conf -L INFO

[Install]
WantedBy=multi-user.target