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

[Service]
User=taler-merchant-httpd
Type=simple
Restart=always
RestartSec=1s
RuntimeMaxSec=3600s
ExecStart=/usr/bin/taler-merchant-httpd -c /etc/taler/taler.conf

[Install]
WantedBy=multi-user.target