Skip to content

Instantly share code, notes, and snippets.

/dropbox.service Secret

Created September 21, 2016 15:27
Show Gist options
  • Save anonymous/07f65034cfffb574650ba82f9e618eda to your computer and use it in GitHub Desktop.
Save anonymous/07f65034cfffb574650ba82f9e618eda 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_US.UTF-8
Environment=LANG=en_US.UTF-8
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