[Backport release-24.11] nixos/snapserver: restart systemd service on failure (#357278)
This commit is contained in:
commit
e3ce039444
@ -297,6 +297,7 @@ in {
|
||||
ProtectKernelTunables = true;
|
||||
ProtectControlGroups = true;
|
||||
ProtectKernelModules = true;
|
||||
Restart = "on-failure";
|
||||
RestrictAddressFamilies = "AF_INET AF_INET6 AF_UNIX AF_NETLINK";
|
||||
RestrictNamespaces = true;
|
||||
RuntimeDirectory = name;
|
||||
|
Loading…
Reference in New Issue
Block a user