fix: always restart node service on exit
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user