]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-fsck@.service.in
Merge pull request #12105 from poettering/api-vfs-mount-flags
[thirdparty/systemd.git] / units / systemd-fsck@.service.in
index 1cade4e6023daf456f3015cf7518b1784aae4d09..332208352d40c6a057dca9ba4d1716263ea62c79 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
 Description=File System Check on %f
 Documentation=man:systemd-fsck@.service(8)
 DefaultDependencies=no
-BindTo=%i.device
-After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device
-Before=shutdown.target
+BindsTo=%i.device
+Conflicts=shutdown.target
+After=%i.device systemd-fsck-root.service local-fs-pre.target
+Before=systemd-quotacheck.service shutdown.target
 
 [Service]
 Type=oneshot
-RemainAfterExit=no
+RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-fsck %f
-StandardOutput=journal+console
 TimeoutSec=0