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