ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/bluelog/files/bluelog.init b/external/subpack/utils/bluelog/files/bluelog.init
new file mode 100644
index 0000000..efae288
--- /dev/null
+++ b/external/subpack/utils/bluelog/files/bluelog.init
@@ -0,0 +1,13 @@
+#!/bin/sh /etc/rc.common
+
+START=65
+
+SERVICE_DAEMONIZE=1
+
+start() {
+	service_start /usr/bin/bluelog
+}
+
+stop() {
+	service_stop /usr/bin/bluelog
+}