mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(names): restart on failure
This commit is contained in:
@@ -14,6 +14,8 @@ in {
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
ExecStart = "${onomap}/bin/onomap-web";
|
ExecStart = "${onomap}/bin/onomap-web";
|
||||||
|
Restart = "on-failure";
|
||||||
|
RestartSec = "15s";
|
||||||
};
|
};
|
||||||
environment.PORT = toString port;
|
environment.PORT = toString port;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user