anaconda: enable crond in dom0 (#354)

This commit is contained in:
Marek Marczykowski 2011-10-07 11:36:04 +02:00
parent d064feb31c
commit 50caa8513f

View File

@ -82,7 +82,7 @@ class InstallClass(BaseInstallClass):
def postAction(self, anaconda):
# First disable all the useless services...
whitelisted = ['functions', 'killall', 'halt', 'single',
whitelisted = ['functions', 'killall', 'halt', 'single', 'crond',
'rsyslog', 'haldaemon', 'messagebus', 'xenstored', 'xenconsoled', 'firstboot',
'qubes_core', 'qubes_netvm', 'qubes_setupdvm']