Some linebreaks to help make the content more readable. (Especially mine bottom line.)

Say that to my face and see what happens 2013-12-01 14:01:04 -08:00
parent 685209470d
commit fb353af328

@ -47,20 +47,20 @@ For example, to run qBittorrent-nox Web UI on port 8181 instead of 8080, use:
It is only required to pass --webui-port parameter once because qBittorrent-nox will remember the new port upon restart. It is only required to pass --webui-port parameter once because qBittorrent-nox will remember the new port upon restart.
== Useless dependencies == == Useless dependencies ==
qBittorrent-nox does not need as many dependencies as standard qBittorrent because its Qt4 GUI is disabled. The following dependencies are no longer useful: qBittorrent-nox does not need as many dependencies as standard qBittorrent because its Qt4 GUI is disabled.<br />The following dependencies are no longer useful:
* geoip-database * geoip-database
* libnotify * libnotify
* QtGui, QtXml * QtGui, QtXml
* Python * Python
== How to run qbittorrent-nox on startup == == How to run qbittorrent-nox on startup ==
A qBittorrent user (Jakster) wrote an init script for Debian/Ubuntu to run qbittorrent-nox on startup. This script can be found [http://launchpadlibrarian.net/38905385/qbittorrent here] | [http://pastebin.com/nvMZiAxQ mirror]. A qBittorrent user (Jakster) wrote an init script for Debian/Ubuntu to run qbittorrent-nox on startup.<br />This script can be found [http://launchpadlibrarian.net/38905385/qbittorrent here] | [http://pastebin.com/nvMZiAxQ mirror].
Save it in ''/etc/init.d/'' folder, under the name ''qbittorrent-nox-daemon''. Save it in ''/etc/init.d/'' folder, under the name ''qbittorrent-nox-daemon''.
You can do this in one step, by issuing this command: You can do this in one step, by issuing this command:
sudo wget -O /etc/init/qbittorrent-nox-daemon http://launchpadlibrarian.net/38905385/qbittorrent sudo wget -O /etc/init/qbittorrent-nox-daemon http://launchpadlibrarian.net/38905385/qbittorrent
However, always make sure you got the proper content. Check the link and the mirror.</br>Make sure the downloaded file is correct as well, by opening it in the text editor 'nano'. However, always make sure you got the proper content. Check the link and the mirror.<br />Make sure the downloaded file is correct as well, by opening it in the text editor 'nano'.
nano -w /etc/init.d/qbittorrent-nox-daemon nano -w /etc/init.d/qbittorrent-nox-daemon
Then make sure it is executable using this command: Then make sure it is executable using this command: