mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 11:14:56 +00:00
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
type = process
|
|
restart = true
|
|
smooth-recovery = true
|
|
command = $PREFIX_DIRECTORY/bin/$EXECUTABLE_NAME
|
|
depends-on = login.target
|
|
termsignal = HUP
|
|
# ly needs access to the console while login.target already occupies it
|
|
options = shares-console
|