debian-scripts/config-powertop

10 lines
121 B
Plaintext
Raw Normal View History

2024-10-17 21:20:07 -04:00
#!/bin/bash
cp powertop.service /etc/systemd/system
systemctl daemon-reload
systemctl enable powertop.service
exit 0