From b1f122beec78cbd12d1f0aaf22c959fc3cef0b04 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Fri, 8 Oct 2021 08:07:03 -0400 Subject: [PATCH] scripts: update service to start after the network is brought online Signed-off-by: Eric Callahan --- scripts/install-moonraker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install-moonraker.sh b/scripts/install-moonraker.sh index 208ef70..192fffc 100755 --- a/scripts/install-moonraker.sh +++ b/scripts/install-moonraker.sh @@ -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