mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Fixes [corresponding issue](https://codeberg.org/fairyglade/ly/issues/827#issue-2234461) Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/828 Reviewed-by: AnErrupTion <anerruption@disroot.org> Co-authored-by: KaiJan57 <kaijan57@noreply.codeberg.org> Co-committed-by: KaiJan57 <kaijan57@noreply.codeberg.org>
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
type = process
|
|
restart = true
|
|
smooth-recovery = true
|
|
command = $PREFIX_DIRECTORY/bin/$EXE_NAME
|
|
depends-on = login.target
|
|
termsignal = HUP
|
|
# ly needs access to the console while loginready already occupies it
|
|
options = shares-console
|