Make sure /etc/openldap has the right ownership

This commit is contained in:
niten 2021-12-12 22:57:32 -08:00
parent daae1f2037
commit 62b86130d9
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ in {
${build-ca-script ca-path
cfg.ssl-chain
cfg.ssl-ca-certificate}
# The script is failing to do this
chown "${user}:${group}" /etc/openldap
'';
serviceConfig = {
PrivateDevices = true;