Created
August 17, 2014 11:18
-
-
Save kikairoya/43eb3093cd06f70cc320 to your computer and use it in GitHub Desktop.
~/.config/systemd/user/dropbox.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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