Unverified Commit 20ee5931 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 503b5b4c dac96aac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";