00-sysfs-prolog.conf.j2 853 B

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