summaryrefslogtreecommitdiffstats
path: root/eggdrop/conf.d/eggdrop
blob: 87801ebf14524d7278bc58c698d9072fadc8f547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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=""