af43b359bc
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/lm_sensors#e7371e4a9ed1d14d21826fe7e6f5307ca8e3cf97
14 lines
364 B
Desktop File
14 lines
364 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=/usr/bin/sensors -s
|
|
ExecStop=-@WRAPPER_DIR@/lm_sensors-modprobe-r-wrapper $BUS_MODULES $HWMON_MODULES
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|