mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #276977 from mweinelt/frigate-restart-on-failure
nixos/frigate: restart the service on failure
This commit is contained in:
commit
4ed0df40ea
@ -353,6 +353,7 @@ in
|
||||
];
|
||||
serviceConfig = {
|
||||
ExecStart = "${cfg.package.python.interpreter} -m frigate";
|
||||
Restart = "on-failure";
|
||||
|
||||
User = "frigate";
|
||||
Group = "frigate";
|
||||
|
Loading…
Reference in New Issue
Block a user