Files
ansible_role_proxmox_provision/templates/powertop.service.j2

13 lines
210 B
Plaintext
Raw Normal View History

[Unit]
Description=PowerTOP auto tune
After=multi-user.target
[Service]
Type=oneshot
Environment="TERM=dumb"
RemainAfterExit=true
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target