Skip to content

Instantly share code, notes, and snippets.

@kikairoya
Created August 17, 2014 11:18
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 kikairoya/43eb3093cd06f70cc320 to your computer and use it in GitHub Desktop.
Save kikairoya/43eb3093cd06f70cc320 to your computer and use it in GitHub Desktop.
~/.config/systemd/user/dropbox.service
[Unit]
Description=Dropbox as a systemd service
[Service]
Type=forking
ExecStart=/usr/bin/dropbox start
ExecStop=/usr/bin/dropbox stop
PIDFile=%h/.dropbox/dropbox.pid
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment