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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user