Skip to content

Instantly share code, notes, and snippets.

@smithamax
Created March 14, 2012 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smithamax/2033001 to your computer and use it in GitHub Desktop.
Save smithamax/2033001 to your computer and use it in GitHub Desktop.
deluged upstart script
# deluged - a bittorrent client daemon
description "deluged starter"
author "Dominic Smith <code@smithamax.me>"
start on local-filesystems
stop on runlevel [!2345]
respawn
# replace `delugeuser` with the user you wish to run the daemon as.
exec start-stop-daemon --start -c delugeuser --exec /usr/bin/deluged -- -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment