Skip to content

Commit 20ee593

Browse files
authored
nixos/frigate: Set SyslogIdentifier for better log entries (#355088)
2 parents 503b5b4 + dac96aa commit 20ee593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/video/frigate.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ in
526526
ExecStartPre = "-rm /var/cache/frigate/*.mp4";
527527
ExecStart = "${cfg.package.python.interpreter} -m frigate";
528528
Restart = "on-failure";
529+
SyslogIdentifier = "frigate";
529530

530531
User = "frigate";
531532
Group = "frigate";

0 commit comments

Comments
 (0)