diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-06 01:31:37 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-06 01:31:37 -0400 |
commit | b165a3e58e55cca37fcf5ab4958d1b9b4784230a (patch) | |
tree | e64e6a7c118af89457baa89eb5ceb6547f3abeb2 | |
parent | fe134841da8da0c94aa54ee8232def425c589a7b (diff) | |
download | configs-b165a3e58e55cca37fcf5ab4958d1b9b4784230a.tar.gz configs-b165a3e58e55cca37fcf5ab4958d1b9b4784230a.tar.xz configs-b165a3e58e55cca37fcf5ab4958d1b9b4784230a.zip |
[rc] add PowerTOP systemd service
-rw-r--r-- | rc.org | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -2685,6 +2685,23 @@ polybar main & echo "Bars launched..." #+end_src +** PowerTOP +:PROPERTIES: +:header-args+: :tangle "/sudo::/etc/systemd/system/powertop.service" +:END: + +#+begin_src conf +[Unit] +Description=Powertop tunings + +[Service] +ExecStart=/usr/bin/powertop --auto-tune +RemainAfterExit=true + +[Install] +WantedBy=multi-user.target +#+end_src + ** ranger *** rc.conf |