stuff and thangs

This commit is contained in:
mjallen18
2025-12-23 10:41:19 -06:00
parent 15f186e3ce
commit 74e772582d
6 changed files with 52 additions and 3 deletions

View File

@@ -304,6 +304,12 @@ in
group = "nobody";
mode = "u=rwx,g=rwx,o=rx";
}
{
directory = "/var/lib/redis-ccache";
user = "redis-ccache";
group = "redis-ccache";
mode = "u=rwx,g=,o=";
}
];
};
};