aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-exchange.taler-exchange-expire.service
blob: 7bbccc2aad2886227932b43e3aa512e9d5c9d349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=GNU Taler payment system exchange expire service
PartOf=taler-exchange.target
After=postgres.service

[Service]
User=taler-exchange-expire
Type=simple
Restart=always
RestartMode=direct
RestartSec=1s
RestartPreventExitStatus=2 3 4 5 6 9
ExecStart=/usr/bin/taler-exchange-expire -c /etc/taler/taler.conf
StandardOutput=journal
StandardError=journal
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
Slice=taler-exchange.slice
RuntimeMaxSec=3600s