diff --git a/files/scripts/disableavahidaemon.sh b/files/scripts/disableavahidaemon.sh new file mode 100644 index 0000000..1998b6f --- /dev/null +++ b/files/scripts/disableavahidaemon.sh @@ -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