From 424f552b350130be894a9fe03c3d09e3ac3dd24e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 17 Dec 2010 20:41:48 +0100 Subject: eggdrop: inital version --- eggdrop/conf.d/eggdrop | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 eggdrop/conf.d/eggdrop (limited to 'eggdrop/conf.d') diff --git a/eggdrop/conf.d/eggdrop b/eggdrop/conf.d/eggdrop new file mode 100644 index 0000000..87801eb --- /dev/null +++ b/eggdrop/conf.d/eggdrop @@ -0,0 +1,22 @@ +# conf.d file for eggdrop irc bot +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: $ + +# eggdrop binary to start +#EGGDROP_DAEMON="/opt/eggdrop/eggdrop" + +# start the daemon as other user +#EGGDROP_USER="nobody" + +# eatadir for the bot (this is the dir where the config, users, scripts +# and all other files are lying around) +#EGGDROP_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/eggdrop.something +# * then you can override the variable with appending _something to +# the name +#EGGDROP_DATADIR_something="" -- cgit v1.2.3