If I am not mistaken, there is a way to access appmgrd from JS?
After entering
Code:
sqlite3 /var/local/appreg.db "INSERT INTO "properties" VALUES('com.killall.wafapp','command','/usr/bin/killall wafapp');"
into the ssh terminal, I am able to use
Code:
lipc-set-prop com.lab126.appmgrd start app://com.killall.wafapp
to kill wafapp! So if we put those two together.........