Improve cache access

This commit is contained in:
Ciapa 2023-05-07 11:17:39 +00:00
parent 5ded70ca0f
commit 7a3a236c29
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Type = "notify";
KillMode = "none";
User = "root";
ExecStart = "${pkgs.rclone}/bin/rclone mount master:/mnt/data /var/www/mirror --allow-other --dir-cache-time=5m --log-level INFO --umask 002 --cache-dir /mnt/cache --vfs-cache-mode full --vfs-cache-max-age 168h0m0s --vfs-cache-max-size 80Gi";
ExecStart = "${pkgs.rclone}/bin/rclone mount master:/mnt/data /var/www/mirror --allow-other --dir-cache-time=5m --log-level INFO --umask 002 --cache-dir /mnt/cache --vfs-cache-mode full --vfs-cache-max-age 168h0m0s --vfs-cache-max-size 80Gi --vfs-fast-fingerprint";
ExecStop = "/run/wrappers/bin/fusermount -uz /var/www/mirror";
Restart = "on-failure";
Environment = [ "PATH=/run/wrappers/bin/:$PATH" ];