From d70ec0f42d8d62de1148a3871eee6c0815f66140 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Wed, 2 Jan 2019 17:47:25 -0500 Subject: [PATCH] fix missing switch for opensrf.sudoers --- templates/systemd/opensrf.sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/systemd/opensrf.sudoers b/templates/systemd/opensrf.sudoers index f9a9ed7..59c8225 100644 --- a/templates/systemd/opensrf.sudoers +++ b/templates/systemd/opensrf.sudoers @@ -1,2 +1,2 @@ -Cmnd_Alias RE_APACHE2 = /bin/systemctl restart apache2.service, /bin/systemctl restart apache2-ws.service +Cmnd_Alias RE_APACHE2 = /bin/systemctl -q restart apache2.service, /bin/systemctl -q restart apache2-ws.service opensrf ALL=(ALL) NOPASSWD: RE_APACHE2 -- 2.11.0