New issue by Mek101 on void-packages repository https://github.com/void-linux/void-packages/issues/27525 Description: ### System * xuname: Void 5.9.16_1 x86_64-musl AuthenticAMD uptodate rFFFF * package: lm_sensors-3.6.0_1 ### Expected behavior At the end of the `sensors` setup via `sensors-detect`, the latter prints to enable the `lm_sensors` service to load the appropriate modules at boot time. ### Actual behavior The output is: ``` Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors for initialization at boot time. You should now start the lm_sensors service to load the required kernel modules. ``` Not only the paths are wrong, but there also no sensors service under `/etc/sv/` to start ### Steps to reproduce the behavior Run the `sensors-detect` command.