Dear Maintainer,
On helios64, UDEV rules create /dev/fan-p6/pwm1 and /dev/fan-p7/pwm1 and
the systemd configuration file restrict access to /dev with directive
"PrivateDevices=yes"
Please remove thes PrivateDevices line from /usr/lib/systemd/system/fancontrol.service.
Sample log of failed start service :
```
fancontrol[34841]: Error: file /dev/fan-p6/pwm1 doesn't exist or isn't writable
fancontrol[34841]: Error: file /dev/fan-p7/pwm1 doesn't exist or isn't writable
fancontrol[34841]: Error: file /dev/thermal-cpu/temp1_input doesn't exist or isn't readable
fancontrol[34841]: Error: file /dev/thermal-cpu/temp1_input doesn't exist or isn't readable
fancontrol[34841]: At least one referenced file is missing or doesn't have
fancontrol[34841]: correct privileges. Either some required kernel
fancontrol[34841]: modules haven't been loaded, or your configuration file is outdated.
fancontrol[34841]: In the latter case, you should run pwmconfig again.
systemd[1]: fancontrol.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: fancontrol.service: Failed with result 'exit-code'.
```