aboutsummaryrefslogtreecommitdiff
path: root/60_regen_gallery_sudo
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-01 09:07:23 -0500
committerB Stack <bgstack15@gmail.com>2021-02-01 09:07:23 -0500
commita4481dc007ff202882b783ed4b36e03a8b4c1d05 (patch)
tree0f8b5ccb6ea5e966e8d517b07936479ef49b3516 /60_regen_gallery_sudo
downloadgallery-a4481dc007ff202882b783ed4b36e03a8b4c1d05.tar.gz
gallery-a4481dc007ff202882b783ed4b36e03a8b4c1d05.tar.bz2
gallery-a4481dc007ff202882b783ed4b36e03a8b4c1d05.zip
initial commit
Diffstat (limited to '60_regen_gallery_sudo')
-rw-r--r--60_regen_gallery_sudo5
1 files changed, 5 insertions, 0 deletions
diff --git a/60_regen_gallery_sudo b/60_regen_gallery_sudo
new file mode 100644
index 0000000..579e68d
--- /dev/null
+++ b/60_regen_gallery_sudo
@@ -0,0 +1,5 @@
+# file: /etc/sudoers.d/60_regen_gallery_sudo
+# Reference: vm4:/etc/sudoers.d/60_starbound_sudo
+#Defaults:apache !pam_session, !authenticate, !pam_acct_mgmt, !pam_setcred, passprompt_override, pam_service=foo
+#apache ALL=(root) NOPASSWD: /bin/su sigal -s /bin/sh -c /home/sigal/.local/bin/sigal build
+apache ALL=(root) NOPASSWD: /usr/local/bin/sigal.bin *
bgstack15