user's tmpfiles.d/*.conf files do not apply

asked 2016-09-03 09:07:39 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2016-09-03 15:09:57 +0200

Perfect_Gentleman gravatar image

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?

edit retag flag offensive close delete