summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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