54ca40543a
the detection threshold to 3/4 (bnc#810344). - lm_sensors-r6164-pwmconfig-drop-comment.diff: pwmconfig: Drop a stray comment. - lm_sensors-r6165-pwmconfig-multiple-fans.diff: pwmconfig: Properly deal with multiple fan control (bnc#810344). - lm_sensors-r6172-fancontrol-absolute-paths.diff: fancontrol: Fix handling of absolute paths in config (bnc#810344). - fancontrol.service: Cleanups. - Add fancontrol.service (bnc#810344). OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=61
14 lines
281 B
Desktop File
14 lines
281 B
Desktop File
[Unit]
|
|
Description=Start fan control, if configured
|
|
ConditionFileNotEmpty=/etc/fancontrol
|
|
After=lm_sensors.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/var/run/fancontrol.pid
|
|
EnvironmentFile=/etc/sysconfig/lm_sensors
|
|
ExecStart=/usr/sbin/fancontrol
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|