- Добавлен процесс для чтения iio-датчиков
[weathermon.git] / init.d / weather-init
diff --git a/init.d/weather-init b/init.d/weather-init
new file mode 100755 (executable)
index 0000000..fd61a78
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2007-2014 OpenWrt.org
+
+START=45
+
+boot() {
+
+       /usr/bin/weather-init
+
+}