summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.taler-merchant-exchange.service
blob: e20e802953b9733817c574e62a10e264273087f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=GNU Taler merchant-exchange transaction reconciliation service
After=postgres.service

[Service]
User=taler-merchant-exchange
Type=simple
Restart=always
RestartSec=1s
ExecStart=/usr/bin/taler-merchant-exchange -c /etc/taler/taler.conf
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
RuntimeMaxSec=3600s