Hi I was wondering if you could post an example of how you used it?
I'm currently trying to get my raspberry pi to display something on a monitor through a python script. I've been trying to figure out how to implement System Exec. I've added chroot and I'm trying to figure out what exactly I'm supposed to do with sudo.
So far I'm just calling ssh <user>@localhost sudo --chroot and <user>@<name of pi> sudo --chroot, but neither work.