mirror of https://github.com/armbian/build.git
helios64: fix fancontrol service on trixie
fancontrol.service was "hardened" in Debian trixie. See Debian bug #944808. fancontrol can't access fans in /dev after this. This change returns full access to /dev for fancontrol.service
This commit is contained in:
parent
5eb8bd0584
commit
dbb4a6621e
|
@ -40,6 +40,7 @@ function post_family_tweaks_bsp__helios64() {
|
|||
install -m 644 $SRC/packages/bsp/helios64/90-helios64-hwmon.rules $destination/etc/udev/rules.d/
|
||||
|
||||
install -m 644 $SRC/packages/bsp/helios64/fancontrol.service.pid-override $destination/etc/systemd/system/fancontrol.service.d/pid.conf
|
||||
install -m 644 $SRC/packages/bsp/helios64/fancontrol.service.noprivdev-override $destination/etc/systemd/system/fancontrol.service.d/noprivdev.conf
|
||||
|
||||
# copy fancontrol config
|
||||
install -m 644 $SRC/packages/bsp/helios64/fancontrol.conf $destination/etc/fancontrol
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[Service]
|
||||
PrivateDevices=no
|
Loading…
Reference in New Issue