install: also enable avahi-daemon.service

This commit is contained in:
Aminda Suomalainen 2026-03-08 11:29:04 +02:00
parent a5bf679f85
commit 05ca786d39
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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 &)