Browse Source

templates use syntax now

main
deicidus 1 year ago
parent
commit
2cabb0bae3
  1. 2
      spells/menu/bitcoin/bitcoin.service

2
spells/menu/bitcoin/bitcoin.service

@ -6,7 +6,7 @@ Wants=network-online.target
[Service] [Service]
Type=notify Type=notify
NotifyAccess=all NotifyAccess=all
ExecStart=BITCOIND --daemonwait --pid=HOME/.bitcoin/bitcoind.pid ExecStart=$BITCOIND --daemonwait --pid=$HOME/.bitcoin/bitcoind.pid
Type=forking Type=forking
PIDFile=HOME/.bitcoin/bitcoind.pid PIDFile=HOME/.bitcoin/bitcoind.pid

Loading…
Cancel
Save