View Single Post
Posts: 3 | Thanked: 0 times | Joined on May 2010
#118
Originally Posted by MasterZap View Post
Could be a permission problem, that in one case you are starting it as "root", other case as "user"? It's "supposed" to be run as "user" and it can kill itself as "user".

Maybe I just need to kill it harder somehow

/Z
Hmm.. I have no idea about how running things from the desktop works, but in the same script I have several dbus calls which work just fine - and these also wouldn't work if run as root, as far as I know?

For reference, here's the command I'm using:
python /opt/zaploc/zaploc-daemon.py -i 60 --gps | echo "" &

(and other variations)