Browse Source

vm/systemd: disable avahi-daemon

Aparently this service have changed name, so make sure it will be disabled also
under new name.
Marek Marczykowski 11 years ago
parent
commit
fb780d7fbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpm_spec/core-vm.spec

+ 1 - 1
rpm_spec/core-vm.spec

@@ -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"