Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > by-pkgid > 449d69e2dec8b4495a0fe5b1ee49e781 > files > 16

armagetron-0.2.8.2.1-6mdv2009.1.i586.rpm

# configuration for armagetronad rc scripts

# The defaults assume that you want to run as user armagetronad
# and store the variable files in /var/log and /var/run where it needs
# to have the appropriate writing rights.
# The alternative, commented configuration assumes you want to run
# the processes as whoever runs the init scripts ( usually root, so
# this is only recommended for testing ).


# user to run as

user=armagetronad
#user=$USER

# directories for variable data, defaults to
# /var/armagetronad
# Warning: this directory will be chowned to the user running the server. 
# Don't make it simply / or /var or anything other processes need to access.

#VARDIR=/var/armagetronad
#VARDIR=$HOME/./armagetronad

# directories for PID files and logs
PIDDIR=/var/run
LOGDIR=/var/log

# alternatives, the previous default
#PIDDIR=$VARDIR/run
#LOGDIR=$VARDIR/log

# arguments the server will be called with

server_args=""

# niceness level of the servers

niceness_level=-5