00-sysfs-prolog.conf.j2 843 B

123456789101112131415161718192021222324252627282930
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. #
  7. # /etc/sysfs.conf - Configuration file for setting sysfs attributes.
  8. #
  9. # The sysfs mount directory is automatically prepended to the attribute paths.
  10. #
  11. # Syntax:
  12. # attribute = value
  13. # mode attribute = 0600 # (any valid argument for chmod)
  14. # owner attribute = root:wheel # (any valid argument for chown)
  15. #
  16. # Examples:
  17. #
  18. # Always use the powersave CPU frequency governor
  19. # devices/system/cpu/cpu0/cpufreq/scaling_governor = powersave
  20. # Use userspace CPU frequency governor and set initial speed
  21. # devices/system/cpu/cpu0/cpufreq/scaling_governor = userspace
  22. # devices/system/cpu/cpu0/cpufreq/scaling_setspeed = 600000·
  23. #
  24. # Set permissions of suspend control file·
  25. # mode power/state = 0660
  26. # owner power/state = root:power