2026-02-07 08:29:45 +01:00
|
|
|
[Unit]
|
2026-02-10 20:54:35 +01:00
|
|
|
Description=PowerTOP auto tune
|
2026-02-07 08:29:45 +01:00
|
|
|
After=multi-user.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2026-02-10 20:54:35 +01:00
|
|
|
Environment="TERM=dumb"
|
2026-02-07 08:29:45 +01:00
|
|
|
RemainAfterExit=true
|
2026-02-10 20:54:35 +01:00
|
|
|
ExecStart=/usr/sbin/powertop --auto-tune
|
2026-02-07 08:29:45 +01:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|