vm/systemd: enable ntpd and NetworkManager services

This commit is contained in:
Marek Marczykowski 2012-01-14 01:40:54 +01:00
parent 4a73aa5da6
commit 33f50950ec

View File

@ -545,6 +545,12 @@ rm -f /etc/systemd/system/getty.target.wants/getty@tty*.service
# Enable some services
/bin/systemctl enable iptables.service
/bin/systemctl enable rsyslog.service
/bin/systemctl enable ntpd.service
/bin/systemctl enable NetworkManager.service
# Enable cups only when it is real SystemD service
[ -e /lib/systemd/system/cups.service ] && /bin/systemctl enable cups.service
exit 0
%postun systemd