From 05ca786d396785501312a5f02155e213cf5ff6d8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 8 Mar 2026 11:29:04 +0200 Subject: [PATCH] install: also enable avahi-daemon.service --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index ec162381..1e58c04d 100755 --- a/install +++ b/install @@ -317,6 +317,7 @@ if [ "$(id -u)" == "0" ]; then (systemctl enable --now ssh.socket &) (systemctl enable --now sshd.socket &) (systemctl enable --now avahi-daemon.socket &) + (systemctl enable --now avahi-daemon.service &) (systemctl enable --now systemd-oomd.socket &) (systemctl enable --now oidentd.socket &)