sway/systemd/powertop.service

13 lines
209 B
SYSTEMD
Raw Permalink Normal View History

2024-08-18 15:15:23 -06:00
[Unit]
Description=Powertop tunings
Requires=multi-user.target
After=multi-user.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/powertop --auto-tune
[Install]
WantedBy=multi-user.target