chiark / gitweb /
units: add missing fsck units
authorLennart Poettering <lennart@poettering.net>
Tue, 19 Oct 2010 22:13:23 +0000 (00:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Oct 2010 22:13:23 +0000 (00:13 +0200)
Makefile.am
units/.gitignore
units/fsck-root.service.in [new file with mode: 0644]
units/fsck@.service.in [new file with mode: 0644]
units/quotacheck.service.in [new file with mode: 0644]
units/quotaon.service [new file with mode: 0644]

index 9417b139e1627937b3da0857402357d627e87776..6cad9adc4b9ac1bf9d2929a7c610b34c87fa0cc4 100644 (file)
@@ -208,8 +208,7 @@ dist_systemunit_DATA = \
        units/smartcard.target \
        units/systemd-readahead-done.timer \
        units/systemd-tmpfiles-clean.timer \
-       units/quotaon.service \
-       units/quotacheck.service
+       units/quotaon.service
 
 nodist_systemunit_DATA = \
        units/sysinit.target \
@@ -241,7 +240,8 @@ nodist_systemunit_DATA = \
        units/reboot.service \
        units/kexec.service \
        units/fsck@.service \
-       units/fsck-root.service
+       units/fsck-root.service \
+       units/quotacheck.service
 
 dist_sessionunit_DATA = \
        units/session/default.target \
@@ -283,6 +283,7 @@ EXTRA_DIST = \
        units/session/exit.service.in \
        units/fsck@.service.in \
        units/fsck-root.service.in \
+       units/quotacheck.service.in \
        systemd.pc.in
 
 if TARGET_FEDORA
index 464e4bbd4d0ec21bcc492a59731af57fb4402c5d..2bd507a763badc17a167ae0bb3a0989b533467e0 100644 (file)
@@ -1,3 +1,6 @@
+quotacheck.service
+fsck@.service
+fsck-root.service
 systemd-tmpfiles-clean.service
 systemd-tmpfiles-setup.service
 halt.service
diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in
new file mode 100644 (file)
index 0000000..987503a
--- /dev/null
@@ -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
diff --git a/units/fsck@.service.in b/units/fsck@.service.in
new file mode 100644 (file)
index 0000000..0f4f026
--- /dev/null
@@ -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
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in
new file mode 100644 (file)
index 0000000..9c8d7c8
--- /dev/null
@@ -0,0 +1,18 @@
+#  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=Quota Check
+DefaultDependencies=no
+After=systemd-readahead-collect.service systemd-readahead-replay.service
+Before=local-fs.target shutdown.target
+ConditionFileExists=/sbin/quotacheck
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=@rootlibexecdir@/systemd-quotacheck
diff --git a/units/quotaon.service b/units/quotaon.service
new file mode 100644 (file)
index 0000000..60f6be6
--- /dev/null
@@ -0,0 +1,18 @@
+#  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=Quota Check
+DefaultDependencies=no
+After=systemd-readahead-collect.service systemd-readahead-replay.service quotacheck.service
+Before=local-fs.target shutdown.target
+ConditionFileExists=/sbin/quotaon
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/sbin/quotaon -anug