diff options
author | Philip van der Hoeven <philip@vd-hoeven.nl> | 2014-12-31 19:02:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-31 19:02:45 +0700 |
commit | 9147c65e761cf724e07365776a67d2f1fe429bb5 (patch) | |
tree | fb906017b874f512e86c3314907ad5a0de9b2293 /network/sabnzbd/README | |
parent | d5784e5912b14ced947426152c08a2fbf2640c1a (diff) | |
download | slackbuilds-9147c65e761cf724e07365776a67d2f1fe429bb5.tar.gz |
network/sabnzbd: Added (Binary newsreader).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sabnzbd/README')
-rw-r--r-- | network/sabnzbd/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/sabnzbd/README b/network/sabnzbd/README new file mode 100644 index 0000000000..fc4c345322 --- /dev/null +++ b/network/sabnzbd/README @@ -0,0 +1,14 @@ +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. |