scripts: update service to start after the network is brought online
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
c3f1b290f8
commit
b1f122beec
|
@ -79,7 +79,8 @@ install_script()
|
||||||
#Systemd service file for moonraker
|
#Systemd service file for moonraker
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=API Server for Klipper
|
Description=API Server for Klipper
|
||||||
After=network.target
|
Requires=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue