mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-07 10:21:11 +02:00
script: Improve robustness of bitcoind.service on startup
This commit is contained in:
parent
9158d6f341
commit
d9392b724c
@ -11,7 +11,10 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Bitcoin daemon
|
Description=Bitcoin daemon
|
||||||
After=network.target
|
|
||||||
|
# https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
|
||||||
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/bitcoind -daemon \
|
ExecStart=/usr/bin/bitcoind -daemon \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user