nixos/frigate: Set SyslogIdentifier for better log entries (#355088)

This commit is contained in:
Martin Weinelt 2024-11-11 00:23:54 +01:00 committed by GitHub
commit 20ee593171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -526,6 +526,7 @@ in
ExecStartPre = "-rm /var/cache/frigate/*.mp4";
ExecStart = "${cfg.package.python.interpreter} -m frigate";
Restart = "on-failure";
SyslogIdentifier = "frigate";
User = "frigate";
Group = "frigate";