mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
parent
719483f4a8
commit
2f8686ce17
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ in
|
|||
];
|
||||
serviceConfig = {
|
||||
ExecStart = "${cfg.package.python.interpreter} -m frigate";
|
||||
Restart = "on-failure";
|
||||
|
||||
User = "frigate";
|
||||
Group = "frigate";
|
||||
|
|
Loading…
Reference in a new issue