summaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/taler-local-merchant-backend.service
diff options
context:
space:
mode:
Diffstat (limited to 'depo/.config/systemd/user/taler-local-merchant-backend.service')
-rw-r--r--depo/.config/systemd/user/taler-local-merchant-backend.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/depo/.config/systemd/user/taler-local-merchant-backend.service b/depo/.config/systemd/user/taler-local-merchant-backend.service
new file mode 100644
index 0000000..df12179
--- /dev/null
+++ b/depo/.config/systemd/user/taler-local-merchant-backend.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Taler Merchant backend
+
+[Service]
+ExecStart=/home/depolymerization/.local/bin/taler-merchant-httpd -L DEBUG -c /home/depolymerization/.taler/config/taler.conf
+StandardOutput=append:/home/depolymerization/.taler/logs/taler-merchant-httpd.log
+StandardError=append:/home/depolymerization/.taler/logs/taler-merchant-httpd.log
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file