Skip to content

Instantly share code, notes, and snippets.

@thde
Created April 10, 2015 13:29
Show Gist options
  • Save thde/3af1ac7ef8fafcf0fb65 to your computer and use it in GitHub Desktop.
Save thde/3af1ac7ef8fafcf0fb65 to your computer and use it in GitHub Desktop.
#!upstart
#
description "rTorrent deamon"
setuid rt
setgid rt
start on startup
stop on shutdown
expect daemon
chdir /home/rt
script
exec tmux new-session -d -s rtorrent -n rtorrent rtorrent
end script
pre-stop script
exec tmux send-keys -t rtorrent C-q
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment