We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cf3a2 commit 663f6cdCopy full SHA for 663f6cd
contrib/init/bitcoind.service
@@ -18,7 +18,7 @@ After=network-online.target
18
Wants=network-online.target
19
20
[Service]
21
-ExecStart=/usr/bin/bitcoind -daemon \
+ExecStart=/usr/bin/bitcoind -daemonwait \
22
-pid=/run/bitcoind/bitcoind.pid \
23
-conf=/etc/bitcoin/bitcoin.conf \
24
-datadir=/var/lib/bitcoind
@@ -33,6 +33,7 @@ ExecStartPre=/bin/chgrp bitcoin /etc/bitcoin
33
Type=forking
34
PIDFile=/run/bitcoind/bitcoind.pid
35
Restart=on-failure
36
+TimeoutStartSec=infinity
37
TimeoutStopSec=600
38
39
# Directory creation and permissions
0 commit comments