greetd: use service-type 'idle' in systemd-service to avoid overlapping systemd-output

This commit is contained in:
Sebastian Sellmeier 2022-12-19 18:16:22 +01:00
parent 3ff39f984f
commit d3c6ea9d46
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

@ -89,6 +89,8 @@ in
SendSIGHUP = true; SendSIGHUP = true;
TimeoutStopSec = "30s"; TimeoutStopSec = "30s";
KeyringMode = "shared"; KeyringMode = "shared";
Type = "idle";
}; };
# Don't kill a user session when using nixos-rebuild # Don't kill a user session when using nixos-rebuild