/var/run -> /run

This commit is contained in:
niten 2024-06-06 14:02:32 -07:00
parent d604090b94
commit b0b280c231
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ in {
"${site}-domain-config" = { "${site}-domain-config" = {
source-file = domain-config-file; source-file = domain-config-file;
target-file = "/var/run/webmail/rainloop/domain-${site}-rainloop.cfg"; target-file = "/run/webmail/rainloop/domain-${site}-rainloop.cfg";
user = cfg.user; user = cfg.user;
}; };
}) cfg.sites; }) cfg.sites;