vm: disable cron also using systemctl
This is needed for FC15
This commit is contained in:
parent
0c5bfa7a0e
commit
9c40e23af2
@ -180,6 +180,7 @@ do
|
||||
done
|
||||
|
||||
[ -x /bin/systemctl ] && /bin/systemctl disable NetworkManager.service
|
||||
[ -x /bin/systemctl ] && /bin/systemctl disable crond.service
|
||||
|
||||
#echo "--> Enabling essential services..."
|
||||
chkconfig rsyslog on
|
||||
|
Loading…
Reference in New Issue
Block a user