mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-24 06:24:20 +02:00
Co-authored-by: Simon Pflaumer <s.pflaumer@murena.io> Signed-off-by: AnErrupTion <anerruption@disroot.org>
9 lines
355 B
Text
9 lines
355 B
Text
type = process
|
|
restart = true
|
|
smooth-recovery = true
|
|
# note: /usr/bin/ly-dm when installing from pacman on artix, /usr/bin/ly when building from source
|
|
command = /usr/bin/ly
|
|
depends-on = loginready
|
|
termsignal = HUP
|
|
# ly needs access to the console while loginready already occupies it
|
|
options = shares-console
|