diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-01-18 06:41:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-20 19:35:25 +0700 |
commit | aa02f9c677ff2c611ed0747313df41ed687ae5eb (patch) | |
tree | 37f31143e76b2562db2bbef5cfc7bb47c56baf0c /network/qbittorrent-qt5/README.SBo | |
parent | 01214312a29888960f1f5715381bf303d702e3be (diff) | |
download | slackbuilds-aa02f9c677ff2c611ed0747313df41ed687ae5eb.tar.gz |
network/qbittorrent-qt5: Added (Qt5 Bittorrent Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent-qt5/README.SBo')
-rw-r--r-- | network/qbittorrent-qt5/README.SBo | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/network/qbittorrent-qt5/README.SBo b/network/qbittorrent-qt5/README.SBo new file mode 100644 index 0000000000..15193a85ab --- /dev/null +++ b/network/qbittorrent-qt5/README.SBo @@ -0,0 +1,17 @@ +An rc init script is provided and has the following features: + +Runs qbittorrent-nox webui under user who started the script. + +Usage: +/etc/rc.d/rc.qbittorrent-nox start [PORT]|stop|restart [PORT]|status +Port defaults to 8080 if not provided. + +To run this script from rc.local you must run it as a non-root user. + +Example: +/bin/su - david -c /etc/rc.d/rc.qbittorrent-nox start 9000 + +Program output is sent to /tmp/qbittorrent-nox-$USER + +The status command can be run as root, in which case you should see +all process of qbittorrent-nox, otherwise you will just see $USER's. |