]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-fsck@.service.in
units: turn on RestrictSUIDSGID= in most of our long-running daemons
[thirdparty/systemd.git] / units / systemd-fsck@.service.in
index fe1b7be8071388e0695a55ff9587a90686024faa..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
@@ -7,15 +9,15 @@
 
 [Unit]
 Description=File System Check on %f
-Documentaiton=man:systemd-fsck@.service(8)
+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