Skip to content

Instantly share code, notes, and snippets.

@LaurentTreguier
Created August 7, 2021 14:31
Show Gist options
  • Select an option

  • Save LaurentTreguier/96319e2d9787865fbb05dd22e0836b32 to your computer and use it in GitHub Desktop.

Select an option

Save LaurentTreguier/96319e2d9787865fbb05dd22e0836b32 to your computer and use it in GitHub Desktop.
[Unit]
Description=OneDrive (rclone)
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/rclone mount \
--vfs-cache-mode full \
OneDrive: %h/OneDrive
ExecStop=/bin/fusermount -u %h/OneDrive
Restart=always
RestartSec=10
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment