fix systemd unit file removal path (#13)

This commit is contained in:
aroundthfur 2020-01-05 20:52:06 +01:00 committed by Adnan Hodzic
parent a6adb010e7
commit c1fcabb18c
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ echo -e "\n* Disabling auto-cpufreq daemon (systemd) at boot"
systemctl disable auto-cpufreq
echo -e "\n* Removing auto-cpufreq daemon (systemd) unit file"
rm /lib/systemd/system/auto-cpufreq.service
rm /usr/lib/systemd/system/auto-cpufreq.service
echo -e "\n* Reloading systemd manager configuration"
systemctl daemon-reload
@ -35,4 +35,4 @@ rm /usr/bin/auto-cpufreq
echo -e "\n* Removing auto-cpufreq log file"
rm /var/log/auto-cpufreq.log
echo -e "\n-------------------------------------------------------------------------------\n"
echo -e "\n-------------------------------------------------------------------------------\n"