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;
|
||||
ExecStart =
|
||||
"${cfg.package}/bin/quiclime";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
Loading…
Reference in a new issue