Disable caching
This commit is contained in:
parent
45293a6a5a
commit
459a3a0174
1 changed files with 0 additions and 2 deletions
|
@ -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#*":"}"'
|
||||||
|
|
Loading…
Reference in a new issue