ansible-proxmox/files/powertop.service
2025-01-26 03:08:52 +00:00

12 lines
186 B
Desktop File
Executable 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