slackbuilds/network/sabnzbd
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/sabnzbd: Fix REQUIRES for python2. 2021-05-08 01:41:58 +07:00
doinst.sh
rc.sabnzbd
sab2_64.png
sabnzbd
sabnzbd.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
sabnzbd.desktop
sabnzbd.info network/sabnzbd: Fix REQUIRES for python2. 2021-05-08 01:41:58 +07:00
slack-desc

README

SABnzbd is an Open Source Binary Newsreader written in Python.

This requires a sabnzbd user and group which can be created like so:
# groupadd -g 296 sabnzbd
# useradd -d /opt/sabnzbd -s /bin/false -u 296 -g 296 sabnzbd

SABnzbd can be started with the script /etc/rc.d/rc.sabnzbd at boot.  It
will then run as user sabnzbd. This is intended for server without X
usage.  SABnzbd can be configured by pointing your browser to:
http://<hostname>:8080

It can also be started from the application menu/launcher or from the
commandline with 'sabnzbd'. It will then run as the logged in user.
This is intended for desktop usage.