From 1782e2d002bc5203128e5a5d2b801010e2822d2d Mon Sep 17 00:00:00 2001 From: Didier FABERT Date: Wed, 27 Jul 2022 10:56:47 +0200 Subject: Fix boolean value for ProtectControlGroups (#11281) --- system/netdata.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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. -- cgit v1.2.3