Various instructions for setting up Linux OS on Clevo N950TP6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
322 B

  1. [Unit]
  2. Description=Set temperature limit for Thermal Daemon
  3. Wants=thermald.service
  4. After=thermald.service
  5. [Service]
  6. ExecStart=/usr/bin/dbus-send --system --dest=org.freedesktop.thermald /org/freedesktop/thermald org.freedesktop.thermald.SetUserMaxTemperature string:cpu uint32:72000
  7. [Install]
  8. WantedBy=multi-user.target