Skip to content

Instantly share code, notes, and snippets.

@BadgersFanFan
BadgersFanFan / dropbox-startup-script
Created December 4, 2013 14:38
Install & Configure Headless Dropbox as a Service on Ubuntu 12.04 with this `init.d` script.
#!/bin/sh
### BEGIN INIT INFO
# Provides: dropbox service
# Required-Start: $local_fs $network $remote_fs $syslog
# Required-Stop: $local_fs $network $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# X-Interactive: false
# Short-Desc.: Start dropboxd at boot time