This commit is contained in:
2014-07-21 12:13:35 +04:00
parent bf44a6ff13
commit d8089e6325
6 changed files with 12 additions and 0 deletions

7
init.d/kmscon Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env watchman
tty=${service_name##*-};
service_respawn='true'
service_command='/usr/bin/kmscon'
service_args="--vt ${tty} --hwaccel --drm --font-name terminus --palette solarized"