Skip to content

Instantly share code, notes, and snippets.

@vinipsmaker
Created June 28, 2016 13:46
Show Gist options
  • Save vinipsmaker/cf8ff3e54e2508f93dc2cdf803090fb2 to your computer and use it in GitHub Desktop.
Save vinipsmaker/cf8ff3e54e2508f93dc2cdf803090fb2 to your computer and use it in GitHub Desktop.
#disabled
#do not touch the header of this file
[Unit]
Description=Disable thermal shutdown
[Service]
ExecStart=/usr/bin/dd "if=/etc/systemd/system/%n" skip=1 ibs=1 count=9 of=/sys/class/thermal/thermal_zone0/mode
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment