summaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/taler-local-exchange-aggregator.service
diff options
context:
space:
mode:
Diffstat (limited to 'depo/.config/systemd/user/taler-local-exchange-aggregator.service')
-rw-r--r--depo/.config/systemd/user/taler-local-exchange-aggregator.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/depo/.config/systemd/user/taler-local-exchange-aggregator.service b/depo/.config/systemd/user/taler-local-exchange-aggregator.service
new file mode 100644
index 0000000..9e961f1
--- /dev/null
+++ b/depo/.config/systemd/user/taler-local-exchange-aggregator.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Taler Exchange Aggregator
+PartOf=taler-local-exchange.target
+
+
+[Service]
+ExecStart=/home/depolymerization/.local/bin/taler-exchange-aggregator --kyc-off -L DEBUG -c /home/depolymerization/.taler/config/taler.conf
+StandardOutput=append:/home/depolymerization/.taler/logs/taler-exchange-aggregator.log
+StandardError=append:/home/depolymerization/.taler/logs/taler-exchange-aggregator.log
+Restart=always
+RestartSec=100ms