Make sure /etc/openldap has the right ownership
This commit is contained in:
parent
daae1f2037
commit
62b86130d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue