blob: 7c845ca5e15c6af56781dc87a6ea76dceb861679 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# /etc/conf.d/hellanzb
# Config file for hellanzb init script
# Which user to run hellanzb as, you should change this.
HELLA_USER="root"
HELLA_GROUP="root"
# Location of config file, create a copy from /etc/hellanzb.conf for this.
# Make sure the user specified above can read this file.
HELLA_CONFIGFILE="/etc/hellanzb.conf"
# Specify some other cli-options to hellanzb.py if you want.
HELLA_OPTS=""
# All the other options to hellanzb can be configured in ${CONFIG_FILE}.
|