diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-bsod.service.in | 2 | ||||
-rw-r--r-- | units/systemd-fsck@.service.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/units/systemd-bsod.service.in b/units/systemd-bsod.service.in index 2d2f988..4c8f837 100644 --- a/units/systemd-bsod.service.in +++ b/units/systemd-bsod.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Displays emergency message in full screen. +Description=Display Boot-Time Emergency Messages In Full Screen Documentation=man:systemd-bsod.service(8) ConditionVirtualization=no DefaultDependencies=no diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in index 65521b1..8eb4821 100644 --- a/units/systemd-fsck@.service.in +++ b/units/systemd-fsck@.service.in @@ -12,7 +12,8 @@ Description=File System Check on %f Documentation=man:systemd-fsck@.service(8) DefaultDependencies=no BindsTo=%i.device -Conflicts=shutdown.target +IgnoreOnIsolate=yes +Conflicts=reboot.target kexec.target poweroff.target halt.target After=%i.device systemd-fsck-root.service local-fs-pre.target Before=systemd-quotacheck.service shutdown.target |