Kodi Community Forum

Full Version: For those that need to 'kill' Kodi via ssh
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For those that need to shut down Kodi, but still need access to the underlying OS, such as the Youtube add-on when adding your own API here are the commands that do this. You can then make changes in setting that Kodi uses, but Kodi is closed so won't overwrite anything. 
 
Code:
systemctl start kodi
systemctl stop kodi
systemctl restart kodi