mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #85332 from arianvp/revert-acme
Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"
This commit is contained in:
commit
b61999e4ad
1 changed files with 0 additions and 6 deletions
|
@ -321,12 +321,6 @@ in
|
||||||
wantedBy = mkIf (!config.boot.isContainer) [ "multi-user.target" ];
|
wantedBy = mkIf (!config.boot.isContainer) [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
# With RemainAfterExit the service is considered active even
|
|
||||||
# after the main process having exited, which means when it
|
|
||||||
# gets changed, the activation phase restarts it, meaning
|
|
||||||
# the permissions of the StateDirectory get adjusted
|
|
||||||
# according to the specified group
|
|
||||||
RemainAfterExit = true;
|
|
||||||
User = data.user;
|
User = data.user;
|
||||||
Group = data.group;
|
Group = data.group;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue