A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #111 from jsoo1/restart-atticd-on-failure

nixos: restart atticd on failure

authored by

Zhaofeng Li and committed by
GitHub
6eabc3f0 fbe252a5

+2
+2
nixos/atticd.nix
··· 199 199 ProtectKernelTunables = true; 200 200 ProtectProc = "invisible"; 201 201 ProtectSystem = "strict"; 202 + Restart = "on-failure"; 203 + RestartSec = 10; 202 204 RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ]; 203 205 RestrictNamespaces = true; 204 206 RestrictRealtime = true;