We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d355a01 commit a4c7ff7Copy full SHA for a4c7ff7
stop-services.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+for i in $(ls /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor); do echo performance | sudo tee $i; done
3
sudo systemctl stop proc-sys-fs-binfmt_misc.automount
4
sudo systemctl stop bluetooth.service
5
sudo systemctl stop cron.service
@@ -23,7 +24,6 @@ sudo systemctl stop systemd-journald-dev-log.socket
23
24
sudo systemctl stop systemd-oomd.service
25
sudo systemctl stop systemd-oomd.socket
26
sudo systemctl stop systemd-hostnamed.service
-sudo systemctl stop systemd-resolved.service
27
sudo systemctl stop systemd-timesyncd.service
28
sudo systemctl stop switcheroo-control.service
29
sudo systemctl stop thermald.service
0 commit comments