Created
April 21, 2011 21:07
-
-
Save rduplain/935469 to your computer and use it in GitHub Desktop.
Dropbox Upstart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "Sync Dropbox web-based file share on local system." | |
author "Ron DuPlain <[email protected]>" | |
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