Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions profiles/pci/power_management/profiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,20 @@ post_install = """
post_remove = """
systemctl disable intel_lpmd.service
"""

[thermald]
desc = 'Intel Thermal Daemon for supported mobile hybrid Intel CPUs'
class_ids = "0600"
vendor_ids = "8086"
device_ids = "*"
cpu_family = "6"
cpu_models = "151 154 183 186 191 170 172 189 204"
chassis_types = "8 9 10 11"
priority = 4
packages = 'thermald'
post_install = """
systemctl enable --now thermald.service
"""
post_remove = """
Comment on lines +18 to +30
systemctl disable thermald.service
"""
Comment on lines +27 to +32
Loading