From f6e4de3aa055aefb8e5d72cfb5b92750b81cfa20 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 4 May 2025 10:33:36 +0300 Subject: [PATCH] aminda-nocron-rebootish.service: ensure monthly btfs balance won't run on every reboot --- etc/systemd/system/aminda-nocron-rebootish.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/systemd/system/aminda-nocron-rebootish.service b/etc/systemd/system/aminda-nocron-rebootish.service index ee2b478e..2dd2baff 100644 --- a/etc/systemd/system/aminda-nocron-rebootish.service +++ b/etc/systemd/system/aminda-nocron-rebootish.service @@ -11,6 +11,8 @@ ExecStartPre=-systemctl enable --now aminda-nocron-reboot.service ExecStartPre=-systemctl enable --now aminda-nocron-reboot.timer ExecStartPre=-systemctl enable --now aminda-duperemove.service ExecStartPre=-systemctl enable --now aminda-duperemove.timer +# Careless sysadmin workaround. No autostarting service, only timer +ExecStartPre=-systemctl disable monthly-btrfs-balance.service ExecStartPre=-systemctl enable --now monthly-btrfs-balance.timer ExecStartPre=-sysctl net.ipv6.conf.all.disable_ipv6=0 ExecStartPre=-systemctl enable --now tlp