|
|
|
@ -6,6 +6,16 @@
|
|
|
|
|
echo "Manually disabling inetd"
|
|
|
|
|
systemctl disable inetd || true
|
|
|
|
|
|
|
|
|
|
echo "Manually disabling couchdb"
|
|
|
|
|
systemctl disable couchdb || true
|
|
|
|
|
|
|
|
|
|
echo "Manually disabling avahi-daemon"
|
|
|
|
|
systemctl disable avahi-daemon.socket || true
|
|
|
|
|
systemctl disable avahi-daemon.service || true
|
|
|
|
|
|
|
|
|
|
echo "Manually disabling colord-sane"
|
|
|
|
|
systemctl disable colord-sane.service || true
|
|
|
|
|
|
|
|
|
|
# Manually enabling pulseaudio for root since autospawning does
|
|
|
|
|
# not work for root
|
|
|
|
|
# See https://bugs.kali.org/view.php?id=2392
|
|
|
|
|