mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-08 14:24:35 +02:00
fix systemd unit file removal path (#13)
This commit is contained in:
parent
a6adb010e7
commit
c1fcabb18c
@ -18,7 +18,7 @@ echo -e "\n* Disabling auto-cpufreq daemon (systemd) at boot"
|
|||||||
systemctl disable auto-cpufreq
|
systemctl disable auto-cpufreq
|
||||||
|
|
||||||
echo -e "\n* Removing auto-cpufreq daemon (systemd) unit file"
|
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"
|
echo -e "\n* Reloading systemd manager configuration"
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user