user's tmpfiles.d/*.conf files do not apply
asked 2016-09-03 09:07:39 +0200
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I've created cpu-freq.conf
# cat /etc/tmpfiles.d/cpu-freq.conf
w /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq - - - - 200000
and cpu-gov.conf
# cat /etc/tmpfiles.d/cpu-gov.conf
w /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor - - - - ondemand
#ls /etc/tmpfiles.d/
cpu-freq.conf cpu-gov.conf mce.conf screen.conf usb-moded.conf
but after reboot they weren't applied. Could someone tell me WTF is going on?