mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
8 lines
287 B
Text
8 lines
287 B
Text
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
|