Page 1 of 1

Run hddtemp as a daemon

Posted: 17. Oct 2014, 10:07
by gjohnson
As the title states, I'd like to get hddtemp running as a daemon. As it is now, I manually start it with

Code: Select all

hddtemp -d /dev/sda /dev/sdb
How is this accomplished under Salix?

Re: Run hddtemp as a daemon

Posted: 17. Oct 2014, 10:37
by laprjns
You could try adding that line to your rc.local file in /etc/rc.d

Re: Run hddtemp as a daemon

Posted: 23. Oct 2014, 09:29
by gjohnson
That worked perfectly. Thank you.