Skip to content

Commit ed9cf9d

Browse files
committed
fix?
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent c9237e1 commit ed9cf9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/setup-benchmark.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ sudo sysctl kernel.randomize_va_space
2020
dmesg -n 1
2121

2222
# Disable some unused services and features
23-
sudo systemctl stop apparmor snapd unattended-upgrades multipathd ModemManager
24-
sudo systemctl disable apparmor snapd unattended-upgrades multipathd ModemManager
23+
sudo systemctl stop apparmor ModemManager
24+
sudo systemctl disable apparmor ModemManager
2525

2626
# mask prevents them from being started by other services
27-
sudo systemctl mask snapd unattended-upgrades multipathd ModemManager
27+
sudo systemctl mask ModemManager
2828

2929
# For apparmor specifically, also teardown loaded profiles
3030
sudo aa-teardown

0 commit comments

Comments
 (0)