projects
/
weathermon.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- Добавлен процесс для чтения 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
+++ b/
init.d/weather-init
@@ -0,0
+1,10
@@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2007-2014 OpenWrt.org
+
+START=45
+
+boot() {
+
+ /usr/bin/weather-init
+
+}