summaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/taler-local-donations.service
diff options
context:
space:
mode:
Diffstat (limited to 'depo/.config/systemd/user/taler-local-donations.service')
-rw-r--r--depo/.config/systemd/user/taler-local-donations.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/depo/.config/systemd/user/taler-local-donations.service b/depo/.config/systemd/user/taler-local-donations.service
new file mode 100644
index 0000000..e2c2ad2
--- /dev/null
+++ b/depo/.config/systemd/user/taler-local-donations.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Donation Website that accepts Taler payments.
+
+[Service]
+ExecStart=/home/depolymerization/.local/bin/taler-merchant-demos donations -c /home/depolymerization/.taler/config/taler.conf
+StandardOutput=append:/home/depolymerization/.taler/logs/taler-merchant-demos.log
+StandardError=append:/home/depolymerization/.taler/logs/taler-merchant-demos.log
+EnvironmentFile=/home/depolymerization/.config/systemd/user/taler-local-frontends.env
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file