mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 02:47:46 +00:00
chore: disable avahi-daemon by default
This commit is contained in:
8
files/scripts/disableavahidaemon.sh
Normal file
8
files/scripts/disableavahidaemon.sh
Normal 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
|
||||
Reference in New Issue
Block a user