summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-27 16:53:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-27 16:53:38 +0000
commita199b93ed44ecf2795228db5430e5d41b2889c24 (patch)
tree3d1fadeecc474bc93aab4837292ae0f3fa441136 /etc/rc.bootup
parentdab9a4e26bfc26fb2b35d7842620346fee5d7944 (diff)
downloadpfsense-a199b93ed44ecf2795228db5430e5d41b2889c24.zip
pfsense-a199b93ed44ecf2795228db5430e5d41b2889c24.tar.gz
Add watchdogd support for Soekris and WRAP platforms.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c2e2828..1c2360a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -281,7 +281,10 @@
* incase user is using primary/backup failover dhcp mode
*/
services_dhcpd_configure();
-
+
+ /* enable watchdog if supported */
+ enable_watchdog();
+
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
OpenPOWER on IntegriCloud