summaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/taler-local-exchange-httpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'depo/.config/systemd/user/taler-local-exchange-httpd.service')
-rw-r--r--depo/.config/systemd/user/taler-local-exchange-httpd.service19
1 files changed, 19 insertions, 0 deletions
diff --git a/depo/.config/systemd/user/taler-local-exchange-httpd.service b/depo/.config/systemd/user/taler-local-exchange-httpd.service
new file mode 100644
index 0000000..fa19bb1
--- /dev/null
+++ b/depo/.config/systemd/user/taler-local-exchange-httpd.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=Taler Exchange HTTP daemon
+Requires=taler-local-exchange-httpd.socket taler-local-exchange-secmod-cs.service taler-local-exchange-secmod-rsa.service taler-local-exchange-secmod-eddsa.service
+After=taler-local-exchange-secmod-cs.service taler-local-exchange-secmod-rsa.service taler-local-exchange-secmod-eddsa.service
+PartOf=taler-local-exchange.target
+
+
+[Service]
+ExecStart=/home/depolymerization/.local/bin/taler-exchange-httpd -L DEBUG -c /home/depolymerization/.taler/config/taler.conf
+StandardOutput=append:/home/depolymerization/.taler/logs/taler-exchange-httpd.log
+StandardError=append:/home/depolymerization/.taler/logs/taler-exchange-httpd.log
+
+Restart=always
+# Do not dally on restarts.
+RestartSec=1ms
+
+[Install]
+WantedBy=multi-user.target
+