fix(flake): automatically restart on death
This commit is contained in:
parent
e930eb2f82
commit
fa99261efc
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
ExecStart =
|
ExecStart =
|
||||||
"${cfg.package}/bin/quiclime";
|
"${cfg.package}/bin/quiclime";
|
||||||
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue