diff options
Diffstat (limited to 'lindy/systemd/rclone-mount@.service')
-rw-r--r-- | lindy/systemd/rclone-mount@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lindy/systemd/rclone-mount@.service b/lindy/systemd/rclone-mount@.service index e2237b5..2f5a454 100644 --- a/lindy/systemd/rclone-mount@.service +++ b/lindy/systemd/rclone-mount@.service @@ -4,7 +4,7 @@ After=network.target [Service] ExecStartPre=sh -c "fusermount -u /home/lx.nobackup/mnt/%i || exit 0" -ExecStart=/usr/bin/rclone mount %i: /home/lx.nobackup/mnt/%i +ExecStart=/usr/bin/rclone mount --vfs-cache-mode minimal --cache-dir /home/lx/.cache/rclone/%i %i: /home/lx.nobackup/mnt/%i # Restart every >2 seconds to avoid StartLimitInterval failure RestartSec=10 |