summaryrefslogtreecommitdiff
blob: 6d2bc475ca141730fc61bcd777066cb158bb6606 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- mode: sh; -*-

# The user which ircservices should be run as. Set to an empty value
# to have ircservices run as the user the initscript is run as (which
# is generally bad practice).
IRCSERVICES_USER=ircservices

# The location of the pidfile (as written in ircservices.conf). If the
# directory containing the pidfile does not exist, and attempt will be
# made to create that folder and set its owner to IRCSERVICES_USER.
IRCSERVICES_PIDFILE=/var/run/ircservices/ircservices.pid