Disable caching

This commit is contained in:
Manuel Thalmann 2022-11-16 19:02:06 +01:00
parent 45293a6a5a
commit 459a3a0174

View file

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