diff options
author | Florian Dold <florian@dold.me> | 2021-07-26 20:43:20 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-26 20:43:20 +0200 |
commit | 4ea1660f044479a23ea373b2a1a4654778b80978 (patch) | |
tree | a68e56362f498653aa4008828218f92033ba59c2 /debian/taler-exchange.taler-exchange-httpd.service | |
parent | f5ea86afbf815002f45879f793a2ea374c3ae5fc (diff) |
debian: fix names of unit files
Diffstat (limited to 'debian/taler-exchange.taler-exchange-httpd.service')
-rw-r--r-- | debian/taler-exchange.taler-exchange-httpd.service | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/taler-exchange.taler-exchange-httpd.service b/debian/taler-exchange.taler-exchange-httpd.service new file mode 100644 index 000000000..e88bd84f2 --- /dev/null +++ b/debian/taler-exchange.taler-exchange-httpd.service @@ -0,0 +1,21 @@ +[Unit] +Description=GNU Taler payment system exchange REST API +AssertPathExists=/var/lib/taler-exchange/ +Requires=taler-exchange-httpd.socket taler-exchange-secmod-rsa.service taler-exchange-secmod-eddsa.service +Wants=taler-exchange-wirewatch.service taler-exchange-aggregator.service taler-exchange-transfer.service +After=postgres.service network.target + +[Service] +EnvironmentFile=/etc/default/taler-exchange +User=taler-exchange-httpd +Type=simple +Restart=on-failure +ExecStart=/usr/bin/taler-exchange-httpd -c /etc/taler/exchange-service-default.conf +StandardOutput=journal +StandardError=journal +PrivateTmp=no +PrivateDevices=yes +ProtectSystem=full + +[Install] +WantedBy=multi-user.target |