# Defaults for ample initscript
# sourced by /etc/init.d/ample

# Ample should start by default
STARTAMPLE="no"

# ample could run as any UID
# by default nobody:nogroup is choose
# please remember to change the permission
# of /var/run/ample if you wish to change this
DEFUSER="nobody"
DEFGROUP="nogroup"
