summaryrefslogtreecommitdiffstats
path: root/eggdrop/conf.d/eggdrop
diff options
context:
space:
mode:
Diffstat (limited to 'eggdrop/conf.d/eggdrop')
-rw-r--r--eggdrop/conf.d/eggdrop22
1 files changed, 22 insertions, 0 deletions
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=""