Improve cache access
This commit is contained in:
parent
5ded70ca0f
commit
7a3a236c29
|
@ -8,7 +8,7 @@
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
KillMode = "none";
|
KillMode = "none";
|
||||||
User = "root";
|
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";
|
ExecStop = "/run/wrappers/bin/fusermount -uz /var/www/mirror";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
Environment = [ "PATH=/run/wrappers/bin/:$PATH" ];
|
Environment = [ "PATH=/run/wrappers/bin/:$PATH" ];
|
||||||
|
|
Loading…
Reference in New Issue