From 5aca8a78da6d2b4b76bd6afc42fca95a1b37a76e Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:55:27 -0500 Subject: [PATCH] Update update_services.sh --- scripts/update_services.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 6f55b76..37023e7 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -312,6 +312,7 @@ Requires=network-online.target [Service] Restart=always +RestartSec=3 Type=simple ExecStart=/bin/bash -c "/usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)"