aboutsummaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/wire-gateway.service
blob: 1a8b4b890dfa19f917b755fca91721d64e2ddb98 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Generic wire gateway

[Service]
ExecStart=/home/depolymerization/.cargo/bin/wire-gateway -c /home/depolymerization/.taler/config/taler.conf
StandardOutput=append:/home/depolymerization/.taler/logs/wire-gateway.log
StandardError=append:/home/depolymerization/.taler/logs/wire-gateway.log
EnvironmentFile=/home/depolymerization/.config/systemd/user/bitcoind.env

[Install]
WantedBy=multi-user.target