summaryrefslogtreecommitdiff
path: root/depo/.config/systemd/user/bitcoind.service
blob: fe825ad25b8433275cd67bfbbc784e686de47f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Bitcoind

[Service]
ExecStart=/home/depolymerization/bitcoin/bin/bitcoind -rpcservertimeout=0
StandardOutput=append:/home/depolymerization/.taler/logs/bitcoind.log
StandardError=append:/home/depolymerization/.taler/logs/bitcoind.log
EnvironmentFile=/home/depolymerization/.config/systemd/user/bitcoind.env


[Install]
WantedBy=multi-user.target