Skip to content

Instantly share code, notes, and snippets.

@CGarces
Created November 19, 2016 10:17
Show Gist options
  • Save CGarces/fc4b31ea06634fdf28c8c168d478f96b to your computer and use it in GitHub Desktop.
Save CGarces/fc4b31ea06634fdf28c8c168d478f96b to your computer and use it in GitHub Desktop.
script used to stopt kodi and let other process run on background
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