summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.taler-merchant-webhook.service
blob: dfef261de5154ecd1c9bd7d2d2089833467e8722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=GNU Taler payment system merchant backend webhook trigger service
After=postgres.service

[Service]
User=taler-merchant-httpd
Type=simple
Restart=always
RestartSec=1s
RestartPreventExitStatus=9
ExecStart=/usr/bin/taler-merchant-webhook -c /etc/taler/taler.conf
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
RuntimeMaxSec=3600s