Skip to content

Instantly share code, notes, and snippets.

@rduplain
Created April 21, 2011 21:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rduplain/935469 to your computer and use it in GitHub Desktop.
Save rduplain/935469 to your computer and use it in GitHub Desktop.
Dropbox Upstart
description "Sync Dropbox web-based file share on local system."
author "Ron DuPlain <ron.duplain@willowtreeapps.com>"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
respawn
env LANG=en_US.UTF-8
exec sudo -H -u dropbox /home/dropbox/.dropbox-dist/dropbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment