[servicescfg] PEP8 modification

This commit is contained in:
Philip 2017-06-23 12:45:14 +02:00
parent 709a9e9078
commit 8d1a6b524d

View File

@ -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"]
]) ])