Created
November 19, 2016 10:15
-
-
Save CGarces/50db8cbb36096616f92af1f322edd25e to your computer and use it in GitHub Desktop.
Script used to start kodi from LE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl start pulseaudio.service | |
systemctl start graphical.target | |
systemctl start kodi.target | |
systemctl start kodi-cleanlogs.service | |
systemctl start kodi | |
echo 0 > /sys/class/graphics/fb0/blank |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment