fix(hosts/merope/calibre-web): fix umask

This ensures calibre-server and readarr can still write
This commit is contained in:
Gabriel Fontes
2026-08-17 18:23:24 -03:00
parent 28cb6d733c
commit f3f1a448df
@@ -43,6 +43,7 @@
calibre-web.serviceConfig = {
CPUWeight = 50;
IOWeight = 50;
UMask = "0002";
};
};