blob: 85964dbcb2e348ac346b67a0f3f0d76275deca14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=GNU Taler payment system merchant deposit check service
After=postgres.service
[Service]
User=taler-merchant-httpd
Type=simple
Restart=always
RestartSec=1s
ExecStart=/usr/bin/taler-merchant-depositcheck -c /etc/taler/taler.conf
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
RuntimeMaxSec=3600s
|