1
0
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:
2022-05-02 13:28:57 +02:00
parent 8118009acb
commit f1c049ada3

View File

@@ -14,6 +14,8 @@ in {
serviceConfig = {
DynamicUser = true;
ExecStart = "${onomap}/bin/onomap-web";
Restart = "on-failure";
RestartSec = "15s";
};
environment.PORT = toString port;
};