diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-03 20:18:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-03 20:18:37 +0200 |
commit | bce6a266ed4e273e40c90ecf68d7e1444f211526 (patch) | |
tree | bfc36584202fecbae5c1bb9a54330594019cf4e0 /debian | |
parent | 02807679d45c7160d74349fbea59792459520b26 (diff) |
get new taler-merchant-exchange helper to build
Diffstat (limited to 'debian')
-rw-r--r-- | debian/taler-merchant.taler-merchant-exchange.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/taler-merchant.taler-merchant-exchange.service b/debian/taler-merchant.taler-merchant-exchange.service new file mode 100644 index 00000000..e20e8029 --- /dev/null +++ b/debian/taler-merchant.taler-merchant-exchange.service @@ -0,0 +1,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 |