12 lines
186 B
Desktop File
12 lines
186 B
Desktop File
[Unit]
|
|
Description=PowerTOP auto tune
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment="TERM=dumb"
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/sbin/powertop --auto-tune
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|