Remove sleep before starting the monitoring agent service

Change-Id: Ia9284340c4a53ee93def99a22261354b1e8d5b12
diff --git a/edge-monitoring/agent_modem/config.json b/edge-monitoring/agent_modem/config.json
index c447bf4..00bb652 100644
--- a/edge-monitoring/agent_modem/config.json
+++ b/edge-monitoring/agent_modem/config.json
@@ -1,12 +1,12 @@
 {
-    "edge_name": "production-edge-test",
+    "edge_name": "ace-sample",
     "modem": {
         "port": "/dev/ttyACM0",
         "baud": 115200,
         "ip_addr": "192.168.0.1"
     },
     "ping_to": "1.1.1.1",
-    "report_url": "https://aether.onlab.us/edges",
+    "report_url": "https://monitoring.aetherproject.org/edges",
     "report_interval": 180,
     "log_file": "/var/log/edge_monitoring_agent.log"
 }