# variables controlling roundup:
#
# USER:     user name or uid to switch to - roundup doesn't run as root
# 	    use this variable to override settings in
# 	    /etc/roundup/roundup-server.ini
#
# USERUNIT: {1|0} integer value
#           Setting this to 1 while having runit installed will create
#           a link named /var/service/roundup to /etc/roundup/service
#           that will then be used instead of the usual init mechanism.
#           If you don't have runit installed, this variable has no
#           effect. If you set it to 0, then runit is ignored.
# PIDFILE
# LOGFILE:  These two variables should be specified here instead of
#           the roundup-server.ini file to unify configuration between
#           runit and init run modes.
#


USERUNIT=0
USER=roundup

PIDFILE=/var/run/roundup/server.pid
LOGFILE=/var/log/roundup/roundup.log

