Browse Source

Fix boolean value for ProtectControlGroups (#11281)

Didier FABERT 2 years ago
parent
commit
1782e2d002
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/netdata.service.in

+ 1 - 1
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.