From b28cf2db414e5fb5423274bb62070b44f52b49d7 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 5 Nov 2021 12:46:58 -0400 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 5459bc2..740afa2 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -426,6 +426,8 @@ install_livestream_service() { cat << EOF > /etc/systemd/system/livestream.service [Unit] Description=BirdNET-Pi Live Stream +After=network-online.target +Requires=network-online.target [Service] Environment=XDG_RUNTIME_DIR=/run/user/1000