Proposal for replacing Upstart with init.d script.

Change-Id: I22ad1faac713bb50f0b7ad3dde132363a6588723
diff --git a/tools/test/bin/onos-service b/tools/test/bin/onos-service
index 35764e6..64caa2c 100755
--- a/tools/test/bin/onos-service
+++ b/tools/test/bin/onos-service
@@ -43,7 +43,7 @@
 
         # Execute the remote commands
         for node in $nodes; do
-            ssh $ONOS_USER@${node} "sudo ${2:-status} onos"
+            ssh $ONOS_USER@${node} "sudo /etc/init.d/onos ${2:-status}"
         done
     ;;
     *)