mirror of
https://github.com/monero-project/monero.git
synced 2025-01-08 20:09:47 +00:00
Merge pull request #9421
bf74f89
monerod.service: use network-online.target Wait for network to be online before starting (Jared Monger)
This commit is contained in:
commit
fdc238ef59
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Monero Full Node
|
Description=Monero Full Node
|
||||||
After=network.target
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=monero
|
User=monero
|
||||||
|
|
Loading…
Reference in a new issue