0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

contrib: Use -daemonwait in systemd init script

Closes #21322 by making bitcoind conform to behavior specified for
`type=forking`.
This commit is contained in:
Wladimir J. van der Laan 2021-03-11 15:31:13 +01:00
parent 92cf3a22e3
commit 663f6cd9dd

View file

@ -18,7 +18,7 @@ After=network-online.target
Wants=network-online.target
[Service]
ExecStart=/usr/bin/bitcoind -daemon \
ExecStart=/usr/bin/bitcoind -daemonwait \
-pid=/run/bitcoind/bitcoind.pid \
-conf=/etc/bitcoin/bitcoin.conf \
-datadir=/var/lib/bitcoind
@ -33,6 +33,7 @@ ExecStartPre=/bin/chgrp bitcoin /etc/bitcoin
Type=forking
PIDFile=/run/bitcoind/bitcoind.pid
Restart=on-failure
TimeoutStartSec=infinity
TimeoutStopSec=600
# Directory creation and permissions