Files

13 lines
201 B
Plaintext
Raw Permalink Normal View History

2017-07-13 16:09:42 +03:00
#!/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
2018-03-08 02:34:49 +03:00
service_respawn=always
2017-12-10 20:44:17 +03:00
service_command=(
'/usr/bin/kmscon'
2015-12-17 12:49:30 +03:00
--vt "$tty"
--hwaccel --drm
--font-name "$kmscon_font_name"
--palette "$kmscon_palette"
)