nixos/kanidm: auto-restart kanidm-unixd-tasks
This commit is contained in:
parent
34a4165674
commit
847a7f1102
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ in
|
|||
ProtectHome = false;
|
||||
RestrictAddressFamilies = [ "AF_UNIX" ];
|
||||
TemporaryFileSystem = "/:ro";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
environment.RUST_LOG = "info";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue