From ff9bf8d01222fe28f89392a0ab17e2a96ea22da5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Nov 2018 17:38:52 +0100 Subject: units: make fsck/grows/makefs/makeswap units conflict against shutdown.target They are the only units we shipped/generated where this was missing really. Let's fix these. Follow-up for: #10933 --- units/systemd-fsck@.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'units/systemd-fsck@.service.in') diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in index 078edcc01a..332208352d 100644 --- a/units/systemd-fsck@.service.in +++ b/units/systemd-fsck@.service.in @@ -12,6 +12,7 @@ Description=File System Check on %f Documentation=man:systemd-fsck@.service(8) DefaultDependencies=no BindsTo=%i.device +Conflicts=shutdown.target After=%i.device systemd-fsck-root.service local-fs-pre.target Before=systemd-quotacheck.service shutdown.target -- cgit v1.2.1