[Unit] Description=RClone VFS Service Wants=network-online.target After=network-online.target [Service] Type=notify TimeoutStopSec=60 Environment=GOMAXPROCS=2 ExecStart=%h/bin/rclone mount remote: %h/Stuff/Mount \ --config %h/.config/rclone/rclone.conf \ --use-mmap \ --dir-cache-time 1000h \ --poll-interval=15s \ --vfs-cache-mode writes \ --temp-dir %h/.tmp-rclone \ --tpslimit 10 StandardOutput=file:%h/scripts/rclone_vfs_mount.log ExecStop=/bin/fusermount -uz %h/Stuff/Mount Restart=on-failure [Install] WantedBy=default.target