summaryrefslogtreecommitdiff
blob: ee8f38c1aefd8aa1ea7996eb0e9207dd5d43f349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# /etc/conf.d/nzbget
# Config file for nzbget init script

# Which user to run nzbget as
NZBGET_USER="nzbget"
NZBGET_GROUP="nzbget"

# Location of config file
NZBGET_CONFIGFILE="/etc/nzbgetd.conf"

# Other options
NZBGET_OPTS=""