FS#34272 - [lm_sensors] Use /etc/module-load.d/lm_sensors.conf
Attached to Project:
Arch Linux
Opened by Sébastien Luttringer (seblu) - Tuesday, 12 March 2013, 01:34 GMT
Last edited by Eric Belanger (Snowman) - Friday, 22 March 2013, 20:02 GMT
Opened by Sébastien Luttringer (seblu) - Tuesday, 12 March 2013, 01:34 GMT
Last edited by Eric Belanger (Snowman) - Friday, 22 March 2013, 20:02 GMT
|
Details
We currently patch lm_sensors to load modules provided in
/etc/conf.d/lm_sensors by running a service file nammed
/etc/systemd/system/multi-user.target.wants/lm_sensors.service.
I figured out this, by taping too often on enter with sensors-detect with add a service to do this. Instead we should patch lm_sensors to only write a file in /etc/modules-load.d which is used by systemd to load modules at startup. Cheers, |
This task depends upon
Comment by Eric Belanger (Snowman) -
Tuesday, 12 March 2013, 06:08 GMT
That patching was done to make the service file work even if
/etc/conf.d/lm_sensors is missing. FTR, /etc/conf.d/lm_sensors is
supplied by upstream.