2021-07-26 14:18:02 +02:00
|
|
|
[Unit]
|
|
|
|
Description=GNU Taler payment system auditor REST API
|
|
|
|
After=postgres.service network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=taler-auditor-httpd
|
|
|
|
Type=simple
|
|
|
|
Restart=on-failure
|
2021-07-29 13:41:49 +02:00
|
|
|
ExecStart=/usr/bin/taler-auditor-httpd -c /etc/taler/taler.conf
|
2021-07-26 14:18:02 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|