anaconda: enable crond in dom0 (#354)
This commit is contained in:
parent
d064feb31c
commit
50caa8513f
@ -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']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user