summaryrefslogtreecommitdiff
path: root/debian/taler-merchant-demos.taler-demo-donations.service
blob: a76f024b018d49cc96b6c11274cb25994b5285c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Taler Demo Donations Merchant

[Service]
User=taler-merchant-demos
ExecStart=/usr/bin/taler-merchant-demos -c /etc/taler/taler-merchant-frontends.conf donations
EnvironmentFile=/etc/taler/taler-merchant-frontends.env
Restart=on-failure
RestartSec=1s

[Install]
WantedBy=multi-user.target