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

index 54fa73d..fd01aef 100644 (file)
@@ -5,7 +5,8 @@ After=syslog.target network.target
 [Service]
 Type=forking
 ExecStart=/usr/sbin/procprotect.init
-ControlGroup=cpu:/
+# it appears this attribute is read-only
+#ControlGroup=cpu:/
 
 [Install]
 WantedBy=multi-user.target