Skip to content

Instantly share code, notes, and snippets.

@emedvedev
Created November 15, 2015 14:16
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 emedvedev/00e37ceed08593018b73 to your computer and use it in GitHub Desktop.
Save emedvedev/00e37ceed08593018b73 to your computer and use it in GitHub Desktop.
description "Dropbox"
author "emedvedev"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
setuid root
env LANG="en_US.UTF-8"
exec /opt/dropbox/.dropbox-dist/dropboxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment