Skip to content

Instantly share code, notes, and snippets.

@andydvsn
Forked from anonymous/dropbox.service
Last active May 24, 2018 09:03
Show Gist options
  • Save andydvsn/c5567fe8ae1a22dbc6d3059f13bce642 to your computer and use it in GitHub Desktop.
Save andydvsn/c5567fe8ae1a22dbc6d3059f13bce642 to your computer and use it in GitHub Desktop.
dropbox.service
[Unit]
Description=Dropbox is a filesyncing sevice provided by dropbox.com. This service starts up the dropbox daemon.
After=network.target syslog.target
[Service]
Environment=LC_ALL=en_GB.utf8
Environment=LANG=en_GB.utf8
EnvironmentFile=-/etc/sysconfig/dropbox
ExecStart=/etc/init.d/dropbox start
ExecReload=/etc/init.d/dropbox restart
ExecStop=/etc/init.d/dropbox stop
Type=forking
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment