remove definition of read-only attribute ControlGroup
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 13:55:23 +0000 (14:55 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 13:55:23 +0000 (14:55 +0100)
transforward.init
transforward.service

index 00d50ae..b30f764 100755 (executable)
@@ -5,4 +5,3 @@ if [ ! -f /proc/transforward ]; then
 else
        echo 1 > /proc/transforward
 fi
-
index eac3aef..2fbf058 100644 (file)
@@ -5,7 +5,8 @@ After=syslog.target network.target
 [Service]
 Type=forking
 ExecStart=/usr/sbin/transforward.init
-ControlGroup=cpu:/
+# it appears this attribute is read-only
+#ControlGroup=cpu:/
 
 [Install]
 WantedBy=multi-user.target