DB "canary" added - with fail/restart when connection dropped
[weathermon.git] / init.d / weather-init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2007-2014 OpenWrt.org
3
4 START=45
5
6 boot() {
7
8         /usr/bin/weather-init
9
10 }