Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=RClone Service
- AssertPathIsDirectory=/mnt/gdrive
- After=network-online.target
- [Service]
- Type=simple
- ExecStart=rclone mount gdrive: /mnt/gdrive --config=/root/.config/rclone/rclone.conf --allow-other --buffer-size 256M --dir-cache-time 12h --poll-interval 7m --drive-chunk-size 32M --log-level DEBUG --log-file /home/user/logs/rclone.log --umask 002 --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off --vfs-cache-max-age 168h --vfs-cache-poll-interval 7m --size-only
- ExecStop=/bin/fusermount -uz /mnt/gdrive
- Restart=always
- RestartSec=10
- [Install]
- WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment