summaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/taler-local-exchange-aggregator.service
blob: 9e961f1d4854139c0cf0e9fb50faa1a972017b11 (plain)
1
2
3
4
5
6
7
8
9
10
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