Disable caching

This commit is contained in:
Manuel Thalmann 2022-11-16 19:02:06 +01:00
parent effc400130
commit fb10b4ac3c

View file

@ -16,8 +16,6 @@ ExecStart= \
/usr/bin/rclone mount \ /usr/bin/rclone mount \
--config=%h/.config/rclone/rclone.conf \ --config=%h/.config/rclone/rclone.conf \
--vfs-cache-mode full \ --vfs-cache-mode full \
--vfs-cache-max-age 72h \
--vfs-cache-max-size 100G \
--log-file /tmp/rclone/$target.log \ --log-file /tmp/rclone/$target.log \
$target: "%h/$dirname"' $target: "%h/$dirname"'
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"' ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'