summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDidier FABERT <didier.fabert@gmail.com>2022-07-27 10:56:47 +0200
committerGitHub <noreply@github.com>2022-07-27 11:56:47 +0300
commit1782e2d002bc5203128e5a5d2b801010e2822d2d (patch)
tree53afc39f0e3ecf4593fb667061e9dbaf05cf62bf /system
parent34ca39d3cd9377356b2d628a207486b64a5e2190 (diff)
Fix boolean value for ProtectControlGroups (#11281)
Diffstat (limited to 'system')
-rw-r--r--system/netdata.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/netdata.service.in b/system/netdata.service.in
index 8de0c5faa5..5affe4fef6 100644
--- a/system/netdata.service.in
+++ b/system/netdata.service.in
@@ -66,7 +66,7 @@ ProtectSystem=full
ProtectHome=read-only
# PrivateTmp break netdatacli functionality. See - https://github.com/netdata/netdata/issues/7587
#PrivateTmp=true
-ProtectControlGroups=true
+ProtectControlGroups=on
# We whitelist this because it's the standard location to listen on a UNIX socket.
ReadWriteDirectories=/run/netdata
# This is needed to make email-based alert deliver work if Postfix is the email provider on the system.