[Fix] Nix Flake
This commit is contained in:
parent
d644aaaa6d
commit
b02795b80c
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@
|
|||
Group = "omega";
|
||||
WorkingDirectory = cfg.dataDir;
|
||||
ExecStart = "${cfg.package}/bin/omega";
|
||||
Restart = "unless-stopped";
|
||||
RestartSec = "5";
|
||||
Restart = "always";
|
||||
RestartSec = "5s";
|
||||
|
||||
EnvironmentFile = cfg.environmentFiles;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue