fix
This commit is contained in:
parent
4608cc3ea8
commit
b96b3cdc37
12
systemd/powertop.service
Normal file
12
systemd/powertop.service
Normal file
@ -0,0 +1,12 @@
|
||||
[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
|
Loading…
Reference in New Issue
Block a user