mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-09 18:27:53 +01:00
install: also enable avahi-daemon.service
This commit is contained in:
parent
a5bf679f85
commit
05ca786d39
1
install
1
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 &)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user