fix missing switch for opensrf.sudoers
authorAndy Witter <awitter@georgialibraries.org>
Wed, 2 Jan 2019 22:47:25 +0000 (17:47 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 2 Jan 2019 22:47:25 +0000 (17:47 -0500)
templates/systemd/opensrf.sudoers

index f9a9ed7..59c8225 100644 (file)
@@ -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