summaryrefslogtreecommitdiffstats
path: root/znc/conf.d
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-12-17 23:09:20 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-12-17 23:09:20 +0100
commit654aa459549e99f38cc98f9ec32ea732ae77be7b (patch)
tree4f6e109e1748f67528d198fd88d937a7b349815a /znc/conf.d
parent47f8491a1c7655d2a852529f7348f8418922e13e (diff)
downloadstartscripts-654aa459549e99f38cc98f9ec32ea732ae77be7b.tar.gz
startscripts-654aa459549e99f38cc98f9ec32ea732ae77be7b.tar.xz
startscripts-654aa459549e99f38cc98f9ec32ea732ae77be7b.zip
znc: separate scripts for every znc instance
Diffstat (limited to 'znc/conf.d')
-rw-r--r--znc/conf.d/znc11
1 files changed, 10 insertions, 1 deletions
diff --git a/znc/conf.d/znc b/znc/conf.d/znc
index bc321a5..fc238a4 100644
--- a/znc/conf.d/znc
+++ b/znc/conf.d/znc
@@ -9,5 +9,14 @@
# start the daemon as other user
#ZNC_USER="nobody"
-# datadir for znc (you can supply multiple dirs seperated with spaces)
+# 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=""
+