mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
KDC description fix
This commit is contained in:
parent
a227bd4e3b
commit
896a70aa52
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ in
|
|||
};
|
||||
|
||||
systemd.services.kdc = {
|
||||
description = "Kerberos Domain Controller daemon";
|
||||
description = "Key Distribution Center daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
preStart = ''
|
||||
mkdir -m 0755 -p ${stateDir}
|
||||
|
@ -55,7 +55,7 @@ in
|
|||
};
|
||||
|
||||
systemd.services.kpasswdd = {
|
||||
description = "Kerberos Domain Controller daemon";
|
||||
description = "Kerberos Password Changing daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
script = "${heimdal}/sbin/kpasswdd";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue