summaryrefslogtreecommitdiff
path: root/units/fsck@.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-20 00:13:23 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-20 00:13:23 +0200
commit335aa753fa60ba0bb3c9fe679c761d5f1f3b1588 (patch)
tree69a152429abfaed7ac6fabd301577b15090375e2 /units/fsck@.service.in
parent6e8ebcc7de321bac0ba494365a85a19040654405 (diff)
units: add missing fsck units
Diffstat (limited to 'units/fsck@.service.in')
-rw-r--r--units/fsck@.service.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/units/fsck@.service.in b/units/fsck@.service.in
new file mode 100644
index 0000000000..0f4f026620
--- /dev/null
+++ b/units/fsck@.service.in
@@ -0,0 +1,17 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+[Unit]
+Description=File System Check on %I
+DefaultDependencies=no
+After=systemd-readahead-collect.service systemd-readahead-replay.service
+Before=local-fs.target shutdown.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=no
+ExecStart=@rootlibexecdir@/systemd-fsck %I