forked from nrabulinski/attic
nixos: restart atticd on failure
This commit is contained in:
parent
fbe252a5c2
commit
8f5e3c1035
|
@ -199,6 +199,8 @@ in
|
|||
ProtectKernelTunables = true;
|
||||
ProtectProc = "invisible";
|
||||
ProtectSystem = "strict";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 10;
|
||||
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ];
|
||||
RestrictNamespaces = true;
|
||||
RestrictRealtime = true;
|
||||
|
|
Loading…
Reference in a new issue