diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 22:31:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 22:31:11 +0000 |
commit | 9f966bc9fc9161fd51a1771970a5e57925a5d832 (patch) | |
tree | bcbc9a0c180035cfda4b249ae73dcc94715975e8 /etc/rc.bootup | |
parent | d213185e8ac28f0d7e8258f9854a7af2ede7766b (diff) | |
download | pfsense-9f966bc9fc9161fd51a1771970a5e57925a5d832.zip pfsense-9f966bc9fc9161fd51a1771970a5e57925a5d832.tar.gz |
Call system_set_harddisk_standby() on bootup
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 3 |
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; |