Skip to content

Commit 5c8ff2e

Browse files
authored
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
1 parent b6e7728 commit 5c8ff2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/web-apps/immich.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ in
282282
ExecStart = lib.getExe cfg.package;
283283
EnvironmentFile = mkIf (cfg.secretsFile != null) cfg.secretsFile;
284284
StateDirectory = "immich";
285+
SyslogIdentifier = "immich";
285286
RuntimeDirectory = "immich";
286287
User = cfg.user;
287288
Group = cfg.group;

0 commit comments

Comments
 (0)