cgmanager:fixed error:'unknown subsys name:subsystems'

This commit is contained in:
2020-09-01 11:08:00 +03:00
parent 8a98171822
commit aac914a09d
2 changed files with 9 additions and 3 deletions
+2 -3
View File
@@ -13,10 +13,9 @@ CGPROXY_PIDFILE = "/run/cgproxy.pid"
@synchronized
def start():
startService(command="/usr/bin/cgmanager",
args="--daemon --mount=subsystems",
args="--daemon",
donotify=True)
startService(command="/usr/bin/cgproxy",
args="--daemon",
donotify=True)