From 0a7d86d53d175b2ad7473b959d978e60543bbab1 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 31 Mar 2025 18:39:42 +0200 Subject: [PATCH] units/systemd-validatefs@.service: FailureAction= is a [Unit] knob --- units/systemd-validatefs@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-validatefs@.service.in b/units/systemd-validatefs@.service.in index f94482f9825..d0a0f5f9b08 100644 --- a/units/systemd-validatefs@.service.in +++ b/units/systemd-validatefs@.service.in @@ -15,9 +15,9 @@ BindsTo=%i.mount Conflicts=shutdown.target After=%i.mount Before=shutdown.target systemd-pcrfs@%i.service systemd-quotacheck@%i.service systemd-growfs@%i.service +FailureAction=reboot-immediate [Service] Type=oneshot RemainAfterExit=yes ExecStart={{LIBEXECDIR}}/systemd-validatefs --root=auto %f -FailureAction=reboot-immediate -- 2.47.3