# If ALLOWED list is not empty, only users from this list will be able
# to run their scripts. Otherwise anyone with valid login shell will be
# allowed.
ALLOWED=""

# List of users which are never allowed to run scripts:
# BANNED="root guest"
BANNED=""

# userscripts does not wait for user actions to finish, how much time,
# in seconds, should it wait before continuing system shutdown.
STOP_WAIT_TIME=2

# Script priority
NICE=15

# maximum number of scripts run for every user
MAX_USER_SCRIPTS=20

# additional arguments for run-fast-or-hide,
# check: run-fast-or-hide --help for more info
# RUN_ARGS="-s 50000"

