Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 668039e8bfd3f682b8b02c35850ea03e > files > 17

armagetron-0.2.8.3.2-7.mga5.x86_64.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.
# Be aware that a too low niceness level will make the server take away
# processing time from the network scheduler of the kernel, which is not
# what you want.

niceness_level=-2