[rc/emacs] disable the internal border of Emacs' frame
[~bandali/configs] / other / systemd / powertop.service
1 # /etc/systemd/system/powertop.service
2
3 [Unit]
4 Description=Powertop tunings
5
6 [Service]
7 Type=oneshot
8 ExecStart=/usr/bin/powertop --auto-tune
9
10 [Install]
11 WantedBy=multi-user.target