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