Created
June 28, 2016 13:46
-
-
Save vinipsmaker/cf8ff3e54e2508f93dc2cdf803090fb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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