221e3ee2e0
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/lm_sensors.git#fee2555a4097825f30922de3c646b5ca80cbefff
14 lines
377 B
Desktop File
14 lines
377 B
Desktop File
[Unit]
|
|
Description=Hardware Monitoring Sensors
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/lm_sensors
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=-@WRAPPER_DIR@/lm_sensors-modprobe-wrapper $BUS_MODULES $HWMON_MODULES
|
|
ExecStart=@WRAPPER_DIR@/lm_sensors-wrapper
|
|
ExecStop=-@WRAPPER_DIR@/lm_sensors-modprobe-r-wrapper $BUS_MODULES $HWMON_MODULES
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|