From: Mike Yuan Date: Mon, 31 Mar 2025 16:39:42 +0000 (+0200) Subject: units/systemd-validatefs@.service: FailureAction= is a [Unit] knob X-Git-Tag: v258-rc1~978^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F36910%2Fhead;p=thirdparty%2Fsystemd.git units/systemd-validatefs@.service: FailureAction= is a [Unit] knob --- 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