From 654aa459549e99f38cc98f9ec32ea732ae77be7b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 17 Dec 2010 23:09:20 +0100 Subject: znc: separate scripts for every znc instance --- znc/conf.d/znc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'znc/conf.d') 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="" + -- cgit v1.2.3