default to nobody

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-12-03 14:58:32 +01:00
parent 658fac607c
commit 59c51afb52
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# #
# tested on: ubuntu, opensuse, debian # tested on: ubuntu, opensuse, debian
# #
#### $$VERSION$$ v1.2-3-gb0281f1 #### $$VERSION$$ v1.2-4-g40106ee
# shellcheck disable=SC2009 # shellcheck disable=SC2009
# shellcheck disable=SC2181 # shellcheck disable=SC2181
@ -27,7 +27,7 @@ runcmd="echo Dry run:" # not activated until you edit lines below
# Configuration Section # Configuration Section
# edit the next line to fit the user you want to run bashbot, e.g. nobody: # edit the next line to fit the user you want to run bashbot, e.g. nobody:
runas="root" runas="nobody"
# uncomment one of the example lines to fit your system # uncomment one of the example lines to fit your system
# runcmd="su $runas -s /bin/bash -c " # runasuser with *su* # runcmd="su $runas -s /bin/bash -c " # runasuser with *su*