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} \ --port ${toString cfg.gatewayPort} \
--display-name "${cfg.displayName}" --display-name "${cfg.displayName}"
''; '';
Restart = "on-failure"; Restart = "always";
RestartSec = 10; RestartSec = 5;
}; };
environment = { environment = {