inspircd.confd (1224B)
1 # Distributed under the terms of the GNU General Public License v2 2 3 # Location of configuration file. Modify if you don't like the standard 4 # one. 5 # 6 #INSPIRCD_CONFIGFILE="/etc/inspircd/inspircd.conf" 7 8 # File used to store the PID file. Usually you won't need to touch it. 9 # If you are changing PID file do not forget to set new PID file in 10 # INSPIRCD_CONFIGFILE as well. 11 # 12 #INSPIRCD_PIDFILE="/run/inspircd/inspircd.pid" 13 14 # User to run InspIRCd as 15 # 16 #INSPIRCD_USER="inspircd" 17 #INSPIRCD_GROUP="inspircd" 18 19 # You can use this configuration option to pass additional options to the 20 # start-stop-daemon, see start-stop-daemon(8) for more details. 21 # Per default we start InspIRCd without any output (quiet) 22 # as user $INSPIRCD_USER and wait 1000ms after we have started the service 23 # to ensure that the daemon is really up and running. 24 #INSPIRCD_SSDARGS="--quiet --user \"${INSPIRCD_USER}\" --wait 1000" 25 26 # The termination timeout (start-stop-daemon parameter "retry") ensures 27 # that the service will be terminated within a given time (25 + 5 seconds 28 # per default) when you are stopping the service. 29 #INSPIRCD_TERMTIMEOUT="TERM/25/KILL/5" 30 31 # Options to collectd 32 # See `/usr/bin/inspircd --help` for more details 33 #INSPIRCD_OPTS=""