From 5ff3ff2fe5ba68091106a3785f5278b415384869 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Mar 2015 14:55:08 +0100 Subject: [PATCH] remove definition of read-only attribute ControlGroup --- procprotect.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/procprotect.service b/procprotect.service index 54fa73d..fd01aef 100644 --- a/procprotect.service +++ b/procprotect.service @@ -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 -- 2.43.0