debian-scripts/config-powertop

10 lines
121 B
Bash
Executable File

#!/bin/bash
cp powertop.service /etc/systemd/system
systemctl daemon-reload
systemctl enable powertop.service
exit 0