saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
15
conf.d/unvanquished-server
Normal file
15
conf.d/unvanquished-server
Normal file
@@ -0,0 +1,15 @@
|
||||
# /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"
|
||||
Reference in New Issue
Block a user