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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user