mirror of
https://github.com/monero-project/monero.git
synced 2025-01-23 03:04:57 +00:00
monerod.service: use network-online.target
Wait for network to be online before starting
This commit is contained in:
parent
8eab181fe1
commit
d28c080283
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Monero Full Node
|
||||
After=network.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
User=monero
|
||||
|
|
Loading…
Reference in a new issue