Skip to content

Instantly share code, notes, and snippets.

@b0o
Created April 6, 2019 07:25
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 b0o/75bdd657e9aab533693775d0dcd3dcca to your computer and use it in GitHub Desktop.
Save b0o/75bdd657e9aab533693775d0dcd3dcca to your computer and use it in GitHub Desktop.
[Unit]
Description=rclone sync (dropbox-maddy)
Documentation=http://rclone.org/docs/
After=network-online.target
[Service]
ExecStart=rclonesync-daemon -r dropbox-maddy:/Documents -s /home/maddy/Dropbox -w -t 30 -i 120 -u maddy sync
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment