Skip to content

Commit dac96aa

Browse files
committed
nixos/frigate: Set SyslogIdentifier for better log entries
Systemd defaults to the name of the exec-ed process, which in this case is python. That's not so helpful when looking through syslog, so adjust accordingly.
1 parent 76612b1 commit dac96aa

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)