From 27433b5c0e7b2c12e51df14a046feb698dfaf996 Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Wed, 24 Apr 2013 08:44:52 +0000 Subject: [PATCH] Add monitoring daemon to the masterd group The hmac.key file is owned by group masterd and is required to communicate with the confd. The monitoring daemon need to communicate with the confd so it has to be part of the masterd group. Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Helga Velroyen <helgav@google.com> --- tools/users-setup.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/users-setup.in b/tools/users-setup.in index 52d135597..c6ee5a4ab 100644 --- a/tools/users-setup.in +++ b/tools/users-setup.in @@ -28,3 +28,4 @@ do done adduser @GNTMASTERUSER@ @GNTCONFDGROUP@ +adduser @GNTMONDUSER@ @GNTMASTERDGROUP@ -- GitLab