mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -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:
parent
92cf3a22e3
commit
663f6cd9dd
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ After=network-online.target
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/bitcoind -daemon \
|
ExecStart=/usr/bin/bitcoind -daemonwait \
|
||||||
-pid=/run/bitcoind/bitcoind.pid \
|
-pid=/run/bitcoind/bitcoind.pid \
|
||||||
-conf=/etc/bitcoin/bitcoin.conf \
|
-conf=/etc/bitcoin/bitcoin.conf \
|
||||||
-datadir=/var/lib/bitcoind
|
-datadir=/var/lib/bitcoind
|
||||||
|
@ -33,6 +33,7 @@ ExecStartPre=/bin/chgrp bitcoin /etc/bitcoin
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/run/bitcoind/bitcoind.pid
|
PIDFile=/run/bitcoind/bitcoind.pid
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=infinity
|
||||||
TimeoutStopSec=600
|
TimeoutStopSec=600
|
||||||
|
|
||||||
# Directory creation and permissions
|
# Directory creation and permissions
|
||||||
|
|
Loading…
Add table
Reference in a new issue