From 335aa753fa60ba0bb3c9fe679c761d5f1f3b1588 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 20 Oct 2010 00:13:23 +0200 Subject: units: add missing fsck units --- units/fsck-root.service.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 units/fsck-root.service.in (limited to 'units/fsck-root.service.in') diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in new file mode 100644 index 0000000000..987503a2b8 --- /dev/null +++ b/units/fsck-root.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 Root Device +DefaultDependencies=no +After=systemd-readahead-collect.service systemd-readahead-replay.service +Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service + +[Service] +Type=oneshot +RemainAfterExit=no +ExecStart=@rootlibexecdir@/systemd-fsck -- cgit v1.2.3-54-g00ecf