- Update to version 1.3.0: * CI: switch to Ubuntu 18.04 and 20.04 * yamlconfig: fix fan init on separate levels: section * Revert correction in README * yamlconfig: fix multifan config * yamlconfig: more pointer copying for Ubuntu 16.04 * correctly hook up refactored read_temps logic * yamlconfig: do toplevel parse by keyword * move all read_temps logic into sensors * split drivers.* into fans.* and sensors.* * fix out of bounds error in TpSensorDriver::read_temps * config: fail on misconfigured upper/lower limits * yamlconfig: error out when no fans are configured * rename type arg in name-based hwmon search * use iterators ComplexLevel::up and down * fix incompatibility when using libcxx * improve context on some YAML error messages * fail properly when only some hwmon indices are wrong * Synchronize argument options lists between manpage and help message * Fix minor typo in README * fix multiple typos in the manpages * install thinkfan.conf.legacy manpage OBS-URL: https://build.opensuse.org/request/show/931824 OBS-URL: https://build.opensuse.org/package/show/hardware/thinkfan?expand=0&rev=2
13 lines
488 B
Diff
13 lines
488 B
Diff
Index: thinkfan-1.2.2/rcscripts/systemd/thinkfan.service.cmake
|
|
===================================================================
|
|
--- thinkfan-1.2.2.orig/rcscripts/systemd/thinkfan.service.cmake
|
|
+++ thinkfan-1.2.2/rcscripts/systemd/thinkfan.service.cmake
|
|
@@ -4,6 +4,7 @@ After=sysinit.target
|
|
After=systemd-modules-load.service
|
|
|
|
[Service]
|
|
+EnvironmentFile=-/etc/sysconfig/thinkfan
|
|
Type=forking
|
|
ExecStart=@CMAKE_INSTALL_PREFIX@/sbin/thinkfan $THINKFAN_ARGS
|
|
PIDFile=/run/thinkfan.pid
|