vm/systemd: disable avahi-daemon
Aparently this service have changed name, so make sure it will be disabled also under new name.
This commit is contained in:
parent
e984598466
commit
fb780d7fbc
@ -609,7 +609,7 @@ do
|
||||
chkconfig $srv off 2> /dev/null
|
||||
done
|
||||
|
||||
DISABLE_SERVICES="alsa-store alsa-restore auditd avahi backuppc cpuspeed crond"
|
||||
DISABLE_SERVICES="alsa-store alsa-restore auditd avahi avahi-daemon backuppc cpuspeed crond"
|
||||
DISABLE_SERVICES="$DISABLE_SERVICES fedora-autorelabel fedora-autorelabel-mark ipmi hwclock-load hwclock-save"
|
||||
DISABLE_SERVICES="$DISABLE_SERVICES mdmonitor multipathd openct rpcbind mcelog fedora-storage-init fedora-storage-init-late"
|
||||
DISABLE_SERVICES="$DISABLE_SERVICES plymouth-start plymouth-read-write plymouth-quit plymouth-quit-wait"
|
||||
|
Loading…
Reference in New Issue
Block a user