Bug Filed on 02-01-2016: I had the service running then it stopped

Hello guys,

The issue seems to be the service type used before and with the new agent.
Before was using init.d and now is using systemd.
You can run these commands to fix it:
systemctl disable myDevices
rm /etc/init.d/myDevices
systemctl enable myDevices

Allthrough other errors were showing in debug this will fix the issue.
The fix will come with next agent release.
Thanks @ats1080s for the help. Your pi has this fixed since we have debugged also on this.

Teo