summaryrefslogtreecommitdiffstats
path: root/znc/conf.d/znc
blob: fc238a489bd288134f6b06a14dfbf184c4df347d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# conf.d file for ZNC
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: $

# znc binary to start
#ZNC_DAEMON="/usr/bin/znc"

# start the daemon as other user
#ZNC_USER="nobody"

# datadir for znc
#ZNC_DATADIR=""

# you can override some generic settings form above with special values:
#
# * first you have to create a symlink from the generic init.d script
#   to your special name like: init.d/znc.something
# * then you can override the variable with appending _something to
#   the name
#ZNC_DATADIR_something=""