From 6793f3f5743c4a1b46864c92b3559a52eae1f8a9 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 17 Dec 2010 14:16:59 +0100 Subject: znc: added init.d script and conf.d file --- znc/conf.d/znc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 znc/conf.d/znc (limited to 'znc/conf.d/znc') diff --git a/znc/conf.d/znc b/znc/conf.d/znc new file mode 100644 index 0000000..bc321a5 --- /dev/null +++ b/znc/conf.d/znc @@ -0,0 +1,13 @@ +# 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 (you can supply multiple dirs seperated with spaces) +#ZNC_DATADIR="" -- cgit v1.2.3