summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-18 22:31:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-18 22:31:11 +0000
commit9f966bc9fc9161fd51a1771970a5e57925a5d832 (patch)
treebcbc9a0c180035cfda4b249ae73dcc94715975e8
parentd213185e8ac28f0d7e8258f9854a7af2ede7766b (diff)
downloadpfsense-9f966bc9fc9161fd51a1771970a5e57925a5d832.zip
pfsense-9f966bc9fc9161fd51a1771970a5e57925a5d832.tar.gz
Call system_set_harddisk_standby() on bootup
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 8c16fd0..84dc9a6 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -229,6 +229,9 @@
/* start load balancer daemon */
slbd_configure();
+ /* power down hard drive if needed/set */
+ system_set_harddisk_standby();
+
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
OpenPOWER on IntegriCloud