[Unit] Description=Rclone AssertPathIsDirectory=/mnt/googledrive After=network-online.target
[Service] Type=simple ExecStart=/usr/bin/rclone mount googledrive:movies /mnt/googledrive --umask 0000 --default-permissions --allow-non-empty --allow-other --buffer-size 32M --dir-cache-time 12h --vfs-cache-mode writes --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit 1G ExecStop=/bin/fusermount -u /mnt/googledrive Restart=on-abort User=root
[Install] WantedBy=default.target
|