fix: always restart node service on exit

This commit is contained in:
Robert
2026-04-04 17:43:03 -04:00
parent 8aa85e62e5
commit d3f50cdadc

View File

@@ -56,8 +56,8 @@ in {
--port ${toString cfg.gatewayPort} \
--display-name "${cfg.displayName}"
'';
Restart = "on-failure";
RestartSec = 10;
Restart = "always";
RestartSec = 5;
};
environment = {