aboutsummaryrefslogtreecommitdiff
path: root/sudoers
diff options
context:
space:
mode:
authorEfraim Flashner2023-01-22 10:27:53 +0200
committerEfraim Flashner2023-01-22 10:27:53 +0200
commit86a8025d39a7e018ab345d526b9697324788943a (patch)
tree80cb0b282b5b5b7a2cdbd076d7e59eaa64ea541b /sudoers
parent181795c78b0854bfa61d9307db4f530dffb04277 (diff)
downloadgn-shepherd-services-86a8025d39a7e018ab345d526b9697324788943a.tar.gz
add sudoers file
Diffstat (limited to 'sudoers')
-rw-r--r--sudoers12
1 files changed, 12 insertions, 0 deletions
diff --git a/sudoers b/sudoers
new file mode 100644
index 0000000..b1f0110
--- /dev/null
+++ b/sudoers
@@ -0,0 +1,12 @@
+# This can go into /etc/sudoers.d/ rather than modifying /etc/sudoers directly.
+
+Cmnd_Alias SHEPHERD_SERVICES = /home/shepherd/run_bnw.sh,\
+ /home/shepherd/run_covid19_pubseq.sh,\
+ /home/shepherd/run_genenetwork1.sh,\
+ /home/shepherd/run_genome_browser.sh,\
+ /home/shepherd/run_gitea.sh,\
+ /home/shepherd/run_gitea-dump.sh,\
+ /home/shepherd/run_ipfs.sh,\
+ /home/shepherd/update_archive-pubmed.sh
+
+shepherd tux02 = NOPASSWD: SHEPHERD_SERVICES