Fix boolean value for ProtectControlGroups (#11281)
Didier FABERT committed
Jul 27, 2022 at 10:56 UTC
1782e2d002bc5203128e5a5d2b801010e2822d2d
1 file changed
+1
-1
system/netdata.service.in
+1
-1
@@ -66,7 +66,7 @@ ProtectSystem=full
66
ProtectHome=read-only
67
# PrivateTmp break netdatacli functionality. See - https://github.com/netdata/netdata/issues/7587
68
#PrivateTmp=true
69
-ProtectControlGroups=true
69
+ProtectControlGroups=on
70
# We whitelist this because it's the standard location to listen on a UNIX socket.
71
ReadWriteDirectories=/run/netdata
72
# This is needed to make email-based alert deliver work if Postfix is the email provider on the system.