mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6 lines
290 B
Text
6 lines
290 B
Text
post_install() {
|
|
echo '>> By default, hd-idle will NOT start when added to the DAEMONS array'
|
|
echo '>> in /etc/rc.conf!'
|
|
echo '>> Please review /etc/conf.d/hd-idle first and make sure the settings'
|
|
echo '>> (HD_IDLE_OPTS) are correct. Then, in the same file, set START_HD_IDLE=true.'
|
|
}
|