disable boot services stopping

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1149 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-02-06 18:09:18 +00:00
parent ce6a58babd
commit 68835280e4

View File

@@ -5849,8 +5849,11 @@ class TriggerInterface:
def trigger_initdeactivate(self, item, running, scheduled):
if not etpConst['systemroot']:
myroot = "/"
'''
causes WORLD to fall under
if (running):
os.system(item+' stop --quiet')
'''
else:
myroot = etpConst['systemroot']+"/"
if (scheduled):