]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-fsck-root.service.in
Revert "Revert "units: lock down logind with fs namespacing options""
[thirdparty/systemd.git] / units / systemd-fsck-root.service.in
index ef5123feb8c4db1acb75926d0f9abc2b57a09a27..042081cceeb0456ca3b05190df4e393b59cb4bc4 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
@@ -7,19 +9,14 @@
 
 [Unit]
 Description=File System Check on Root Device
-Documentation=man:systemd-fsck@.service(8)
+Documentation=man:systemd-fsck-root.service(8)
 DefaultDependencies=no
-After=systemd-readahead-collect.service systemd-readahead-replay.service
+Conflicts=shutdown.target
 Before=local-fs.target shutdown.target
-
-# Dracut informs us with this flag file if the root fsck was already run
-ConditionPathExists=!/run/initramfs/root-fsck
 ConditionPathIsReadWrite=!/
 
 [Service]
 Type=oneshot
-RemainAfterExit=no
+RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-fsck
-StandardOutput=journal+console
-FsckPassNo=1
 TimeoutSec=0