From c7dea3c178e70b90df70dc29b32a949a3b473e03 Mon Sep 17 00:00:00 2001 From: KaiJan57 Date: Tue, 26 Aug 2025 18:59:43 +0200 Subject: [PATCH] [dinit] fix deprecated loginready, replaced by login.target (#828) Fixes [corresponding issue](https://codeberg.org/fairyglade/ly/issues/827#issue-2234461) Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/828 Reviewed-by: AnErrupTion Co-authored-by: KaiJan57 Co-committed-by: KaiJan57 --- res/ly-dinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ly-dinit b/res/ly-dinit index a20a71f..016929a 100644 --- a/res/ly-dinit +++ b/res/ly-dinit @@ -2,7 +2,7 @@ type = process restart = true smooth-recovery = true command = $PREFIX_DIRECTORY/bin/$EXE_NAME -depends-on = loginready +depends-on = login.target termsignal = HUP # ly needs access to the console while loginready already occupies it options = shares-console