diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 18:29:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:58 +0700 |
commit | 074260c359d57e8630e9395b0bdaaa127c629035 (patch) | |
tree | 6697c12cf351a969a5055dc6fa1e3db2264fe0f9 /network/sabnzbd/README | |
parent | f66ba06c9ae04389ae0bd3e55ecb1004b0a12013 (diff) |
network/sabnzbd: Fix REQUIRES for python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sabnzbd/README')
-rw-r--r-- | network/sabnzbd/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/sabnzbd/README b/network/sabnzbd/README index fc4c345322749..4318d10bf14ec 100644 --- a/network/sabnzbd/README +++ b/network/sabnzbd/README @@ -4,9 +4,9 @@ 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: +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 |