chore: disable avahi-daemon by default

This commit is contained in:
qoijjj
2024-10-04 23:07:27 -07:00
committed by GitHub
parent 7ae972e095
commit 24a005ce99

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
echo "Disabling avahi-daemon"
systemctl disable avahi-daemon
systemctl mask avahi-daemon