13 lines
213 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2014-07-21 12:13:35 +04:00
2015-12-17 12:49:30 +03:00
tty="${service_name##*-}"
2014-07-21 12:13:35 +04:00
service_respawn='true'
service_command='/usr/bin/kmscon'
2015-12-17 12:49:30 +03:00
service_args=(
--vt "$tty"
--hwaccel --drm
--font-name "$kmscon_font_name"
--palette "$kmscon_palette"
)