sudo nano /etc/init/utorrent.conf
(replace "nano" with your favourite editor)and copy/paste the following code:
description "utorrent startup script"
start on (local-filesystems and started dbus and stopped udevtrigger)
stop on runlevel [016]
script
cd /home/yourusername/.utorrent
exec su yourusername -c "/home/yourusername/.utorrent/utserver"
end script
sudo ln -s /lib/init/upstart-job /etc/init.d/utorrent
From now on you can start/stop uTorrent using the following commands:
sudo start utorrent
sudo stop utorrent
Also see: