Unverified Commit 5c8ff2e6 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

nixos/immich: use 'immich' as syslog identifier (#350551)

 use 'immich' as syslog identifier

seeing 'immich' instead of the generic 'server' in journalctl is more understandable
parent b6e77280
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -282,6 +282,7 @@ in
        ExecStart = lib.getExe cfg.package;
        EnvironmentFile = mkIf (cfg.secretsFile != null) cfg.secretsFile;
        StateDirectory = "immich";
        SyslogIdentifier = "immich";
        RuntimeDirectory = "immich";
        User = cfg.user;
        Group = cfg.group;