Last active
November 3, 2015 22:02
-
-
Save guyhughes/67c38477837c045b295e 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
| [Unit] | |
| Description=Powertop Auto-Tune | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/usr/sbin/powertop --auto-tune | |
| [Install] | |
| WantedBy=multi-user.target | |
| # https://wiki.archlinux.org/index.php/Powertop | |
| /* vim: set ft=systemd tw=0 ts=2 sw=2 sts=2 fdm=marker fmr={{{,}}} et: */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment