fix: depend on multi-user.target rather than network-online.target
This commit is contained in:
parent
826a108308
commit
5ad9d309b8
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||||
User=spaceapi-server
|
User=spaceapi-server
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=network-online.target
|
WantedBy=multi-user.target
|
|
@ -7,4 +7,4 @@ ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||||
User=spaceapi-server
|
User=spaceapi-server
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=network-online.target
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue