summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-07-15 17:25:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-07-15 17:25:24 +0000
commit05a16326708a0c7cf6593f8ee75c79ff80c2e1f1 (patch)
treea2ff1f5de4d862763e819dee89d900fe9a930919 /contrib/package/freifunk-watchdog/files/freifunk-watchdog.config
parentdc7cf4417d7bdaa95227de2e476b8c82ae11be6a (diff)
contrib/package: make freifunk-watchdog more generic
This change is based on a patch by "flyn" from https://dev.openwrt.org/ticket/11868 .
Diffstat (limited to 'contrib/package/freifunk-watchdog/files/freifunk-watchdog.config')
-rw-r--r--contrib/package/freifunk-watchdog/files/freifunk-watchdog.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config b/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config
new file mode 100644
index 000000000..b6e65433d
--- /dev/null
+++ b/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config
@@ -0,0 +1,7 @@
+config process
+ option process 'dropbear'
+ option initscript '/etc/init.d/dropbear'
+
+config process
+ option process 'crond'
+ option initscript '/etc/init.d/cron'