blob: 7d931742c3a396e068e2a3deb2795f0c70dcd857 (
plain)
1
2
3
4
5
6
7
8
|
[Unit]
Description=GNU Taler payment system merchant backend
[Service]
User=taler-merchant-httpd
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-merchant-httpd -c /etc/taler/taler.conf
|