How can I suspend a process when other starts? (Python, Linux)

148 Views Asked by At

I have a device which automatically runs XBMC when it turns on. One of the menu options opens Google Chrome, and when that occurs, I want that XBMC stays suspended in background. How can I do that? Should I use a daemon, an event listener? Thanks in advance.

0

There are 0 best solutions below