New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/27525#issuecomment-753409324 Comment: The systemd unit is ``` [Unit] Description=Initialize hardware monitoring sensors [Service] EnvironmentFile=/etc/sysconfig/lm_sensors Type=oneshot RemainAfterExit=yes ExecStart=-/sbin/modprobe -qab $BUS_MODULES $HWMON_MODULES ExecStart=/usr/bin/sensors -s ExecStop=-/sbin/modprobe -qabr $BUS_MODULES $HWMON_MODULES [Install] WantedBy=multi-user.target ``` Looks quite feasible to port to a run script, if you want to try it! It also has `fancontrol.service` and `sensord.service`, but I think we don't build `sensord`.