# dropbox description "starts the dropbox client" start on runlevel [2345] stop on shutdown respawn umask 0027 script export LANG=en_US.UTF-8 exec su -s /bin/sh -c /srv/websites/.dropbox-dist/dropboxd websites end script