projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92caf9c
)
fix missing switch for opensrf.sudoers
author
Andy Witter
<awitter@georgialibraries.org>
Wed, 2 Jan 2019 22:47:25 +0000
(17:47 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Wed, 2 Jan 2019 22:47:25 +0000
(17:47 -0500)
templates/systemd/opensrf.sudoers
patch
|
blob
|
history
diff --git
a/templates/systemd/opensrf.sudoers
b/templates/systemd/opensrf.sudoers
index
f9a9ed7
..
59c8225
100644
(file)
--- 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