Skip to content

Commit a4c7ff7

Browse files
committed
Update scripts
1 parent d355a01 commit a4c7ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stop-services.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
for i in $(ls /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor); do echo performance | sudo tee $i; done
23
sudo systemctl stop proc-sys-fs-binfmt_misc.automount
34
sudo systemctl stop bluetooth.service
45
sudo systemctl stop cron.service
@@ -23,7 +24,6 @@ sudo systemctl stop systemd-journald-dev-log.socket
2324
sudo systemctl stop systemd-oomd.service
2425
sudo systemctl stop systemd-oomd.socket
2526
sudo systemctl stop systemd-hostnamed.service
26-
sudo systemctl stop systemd-resolved.service
2727
sudo systemctl stop systemd-timesyncd.service
2828
sudo systemctl stop switcheroo-control.service
2929
sudo systemctl stop thermald.service

0 commit comments

Comments
 (0)