mirror of https://github.com/fairyglade/ly.git
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
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
|