aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-merchant.taler-merchant-kyccheck.service
blob: 8417ce1dfa02883bcfa4a5a31f5153bcf6a63e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=GNU Taler merchant KYC status check service
After=postgres.service

[Service]
User=taler-merchant-httpd
Type=simple
Restart=always
RestartMode=direct
RestartSec=1s
RestartPreventExitStatus=9
ExecStart=/usr/bin/taler-merchant-kyccheck -c /etc/taler/taler.conf -L INFO
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
RuntimeMaxSec=3600s
Slice=taler-merchant.slice