16 lines
492 B
Plaintext
16 lines
492 B
Plaintext
# /etc/conf.d/unvanquished-server: config file for /etc/init.d/unvanquished-server
|
|
|
|
# set to 1 to enable
|
|
START_DAEMON=1
|
|
|
|
# DNS name or IP address of your internet interface.
|
|
# Change it if you're setting up an internet server.
|
|
#NET_IP="localhost"
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
# Add "+set dedicated 2" if you want your server advertised on the public
|
|
# server list.
|
|
#DAEMON_OPTS="+nocurses +set net_ip ${NET_IP}"
|
|
|
|
DAEMON_OPTS="+set dedicated 2 +set net_ip 192.168.4.5"
|