mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/step-ca: Set systemd Type=notify
step-ca supports sd_notify now: https://github.com/smallstep/certificates/pull/2463
This commit is contained in:
parent
7569f2b4d9
commit
148c1597c6
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ in
|
|||
ConditionFileNotEmpty = ""; # override upstream
|
||||
};
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
User = "step-ca";
|
||||
Group = "step-ca";
|
||||
UMask = "0077";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue