mirror of https://github.com/fairyglade/ly.git
Merge changes from master
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
commit
336847d418
|
@ -2,7 +2,7 @@ type = process
|
||||||
restart = true
|
restart = true
|
||||||
smooth-recovery = true
|
smooth-recovery = true
|
||||||
command = $PREFIX_DIRECTORY/bin/$EXE_NAME
|
command = $PREFIX_DIRECTORY/bin/$EXE_NAME
|
||||||
depends-on = loginready
|
depends-on = login.target
|
||||||
termsignal = HUP
|
termsignal = HUP
|
||||||
# ly needs access to the console while loginready already occupies it
|
# ly needs access to the console while loginready already occupies it
|
||||||
options = shares-console
|
options = shares-console
|
||||||
|
|
Loading…
Reference in New Issue