From 5e07ae005be73dfe9b51f5bfc209df2f6ad30da0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 26 Jul 2023 13:01:17 -0400 Subject: [PATCH] use idle scheduling for fstrim.service --- systemd/system/fstrim.service.d/local.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 systemd/system/fstrim.service.d/local.conf diff --git a/systemd/system/fstrim.service.d/local.conf b/systemd/system/fstrim.service.d/local.conf new file mode 100644 index 0000000..4e4403c --- /dev/null +++ b/systemd/system/fstrim.service.d/local.conf @@ -0,0 +1,3 @@ +[Service] +CPUSchedulingPolicy=idle +IOSchedulingClass=idle