mirror of
https://github.com/monero-project/monero.git
synced 2025-03-12 09:28:28 +00:00
Merge pull request #9554
d28c080
monerod.service: use network-online.target Wait for network to be online before starting (Jared Monger)
This commit is contained in:
commit
3cbcd4fa41
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