From: Andy Witter Date: Wed, 2 Jan 2019 22:47:25 +0000 (-0500) Subject: fix missing switch for opensrf.sudoers X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d70ec0f42d8d62de1148a3871eee6c0815f66140;p=contrib%2Fpines%2Fgenasys.git fix missing switch for opensrf.sudoers --- 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