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