Merge pull request #8693 from ayhanyalcinsoy/master

cgmanager:fixed error:'unknown subsys name:subsystems'
This commit is contained in:
2020-09-01 11:07:07 +03:00
committed by GitHub
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)
+7
View File
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-09-01</Date>
<Version>0.42</Version>
<Comment>fixed "Unknown subsys name 'subsystems'" error</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2020-02-01</Date>
<Version>0.42</Version>