aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-linux-SLES-15-x86_64/01-disable-fstrim_timer.sh
blob: 9fd06e729c8b0285a51ae265efdaf94cce4a5c51 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -ex

# This will disable fstrim. The fstrim.timer is scheduled to activate the fstrim.service
sudo systemctl stop fstrim.timer
sudo systemctl disable fstrim.timer