[servicescfg] PEP8 modification
This commit is contained in:
parent
709a9e9078
commit
8d1a6b524d
@ -81,8 +81,8 @@ class ServicesController:
|
|||||||
if exists(self.root + "/etc/init.d/" + svc["name"]):
|
if exists(self.root + "/etc/init.d/" + svc["name"]):
|
||||||
target_env_call([
|
target_env_call([
|
||||||
"rc-update",
|
"rc-update",
|
||||||
action,
|
action,
|
||||||
svc["name"],
|
svc["name"],
|
||||||
svc["runlevel"]
|
svc["runlevel"]
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user