mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
type = process
|
|
restart = true
|
|
smooth-recovery = true
|
|
command = $PREFIX_DIRECTORY/bin/$EXE_NAME
|
|
depends-on = loginready
|
|
termsignal = HUP
|
|
# ly needs access to the console while loginready already occupies it
|
|
options = shares-console
|