mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
nixos/sssd: fix sssd-kcm wrong command-line options (#470331)
This commit is contained in:
commit
9bdfd7a715
1 changed files with 1 additions and 2 deletions
|
|
@ -208,8 +208,7 @@ 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 --uid 0 --gid 0";
|
||||
ExecStart = "${pkgs.sssd}/libexec/sssd/sssd_kcm";
|
||||
CapabilityBoundingSet = [
|
||||
"CAP_IPC_LOCK"
|
||||
"CAP_CHOWN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue