nixos/snapserver: restart the systemd service on failure

(cherry picked from commit 7031d0fdd0)
This commit is contained in:
Jordan Williams 2024-11-16 16:01:48 -06:00 committed by github-actions[bot]
parent 3b9b50532f
commit 97639a5790

View File

@ -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;