fix: always restart node service on exit
This commit is contained in:
@@ -56,8 +56,8 @@ in {
|
||||
--port ${toString cfg.gatewayPort} \
|
||||
--display-name "${cfg.displayName}"
|
||||
'';
|
||||
Restart = "on-failure";
|
||||
RestartSec = 10;
|
||||
Restart = "always";
|
||||
RestartSec = 5;
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
||||
Reference in New Issue
Block a user