ntfy-alerts: suppress notifications for sanoid

This commit is contained in:
2026-02-25 00:43:34 -05:00
parent 16c84fdcb6
commit 7320e94160

View File

@@ -97,6 +97,10 @@ in
};
};
# TODO: sanoid's ExecStartPre runs `zfs allow` which blocks on TXG sync;
# on the hdds pool (slow spinning disks + large async frees) this causes
# 30+ minute hangs and guaranteed timeouts.
"sanoid".unitConfig.OnFailure = lib.mkForce "";
};
# Global OnFailure drop-in for all services