]> Pileus Git - ~andy/sunrise/blob - net-nntp/sabnzbd/files/sabnzbd.conf
net-nntp/sabnzbd: Replace fancy quotes, drop herd, no herds in sunrise
[~andy/sunrise] / net-nntp / sabnzbd / files / sabnzbd.conf
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 # Config file for sabnzbd init script
6
7 # Version of Python ("2.6", "2.7" or "2"; default should work for almost everyone)
8 SAB_PYTHON="python2"
9
10 SAB_PY="SABnzbd.py"
11 SAB_PATH="/usr/share/sabnzbd/"
12
13 # This overrides the contents of /etc/sabnzbd.conf, needed for shutdown to work in init (short of writing some crazy regex for the config)
14 # If you use SSL, SAB_PORT will be "9090" instead of "8080"
15 SAB_HOSTNAME="localhost"
16 SAB_PORT="8080"
17
18 SAB_PID_FOLDER="/var/run/sabnzbd"
19 SAB_PID="${SAB_PID_FOLDER}/sabnzbd-${SAB_PORT}.pid"
20
21 SAB_LOG_FOLDER="/var/log/sabnzbd"
22
23 # Location of config file.
24 # Make sure the user specified below can read this file. (if you want to change options from the webUI, give it write)
25 SAB_CFG="/var/lib/sabnzbd/config/sabnzbd.ini"
26
27 # Which user to run sabnzbd
28 SAB_USER="sabnzbd"