nixos/sssd: remove --genconf-section for sssd-kcm
The --genconf-section option was removed from sssd in 2.10.0: https://sssd.io/release-notes/sssd-2.10.0.html https://github.com/SSSD/sssd/commit/0485342f73ef839c2007e7118c222e02b9804369
This commit is contained in:
@@ -208,7 +208,6 @@ in
|
||||
description = "SSSD Kerberos Cache Manager";
|
||||
requires = [ "sssd-kcm.socket" ];
|
||||
serviceConfig = {
|
||||
ExecStartPre = "-${pkgs.sssd}/bin/sssd --genconf-section=kcm";
|
||||
ExecStart = "${pkgs.sssd}/libexec/sssd/sssd_kcm";
|
||||
CapabilityBoundingSet = [
|
||||
"CAP_IPC_LOCK"
|
||||
|
||||
Reference in New Issue
Block a user