add dependency step, add service step
This commit is contained in:
@@ -462,7 +462,7 @@ p - pkg, that includes this service
|
||||
pass
|
||||
|
||||
for s in Service.list:
|
||||
if s.pkg in l:
|
||||
if s.package in l:
|
||||
if s.start == 'disable':
|
||||
s.start = 'no'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user