Created
November 19, 2016 10:17
-
-
Save CGarces/fc4b31ea06634fdf28c8c168d478f96b to your computer and use it in GitHub Desktop.
script used to stopt kodi and let other process run on background
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 stop kodi | |
systemctl stop kodi-cleanlogs.service | |
systemctl stop kodi.target | |
systemctl stop graphical.target | |
systemctl stop pulseaudio.service | |
echo 1 > /sys/class/graphics/fb0/blank |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment