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:
Eric Callahan 2021-10-08 08:07:03 -04:00
parent c3f1b290f8
commit b1f122beec
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ install_script()
#Systemd service file for moonraker
[Unit]
Description=API Server for Klipper
After=network.target
Requires=network-online.target
After=network-online.target
[Install]
WantedBy=multi-user.target