Skip to content

Instantly share code, notes, and snippets.

@btobolaski
Created October 9, 2012 14:49
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 btobolaski/3859298 to your computer and use it in GitHub Desktop.
Save btobolaski/3859298 to your computer and use it in GitHub Desktop.
Start dropbox on boot on a linux server as user. Useful for linux machines that don't have a gui.
#!/bin/bash
su user -c "/home/user/.dropbox-dist/dropboxd &"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment