blob: b1f01102f48c932981c5953f52be2067435e2961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|