summaryrefslogtreecommitdiffstats
path: root/test/test-fstab-generator/test-18-options.fstab.expected/systemd-fsck-root.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-fstab-generator/test-18-options.fstab.expected/systemd-fsck-root.service')
-rw-r--r--test/test-fstab-generator/test-18-options.fstab.expected/systemd-fsck-root.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/test-fstab-generator/test-18-options.fstab.expected/systemd-fsck-root.service b/test/test-fstab-generator/test-18-options.fstab.expected/systemd-fsck-root.service
new file mode 100644
index 0000000..1473488
--- /dev/null
+++ b/test/test-fstab-generator/test-18-options.fstab.expected/systemd-fsck-root.service
@@ -0,0 +1,17 @@
+# Automatically generated by systemd-fstab-generator
+
+[Unit]
+Description=File System Check on /dev/sdx1
+Documentation=man:systemd-fsck-root.service(8)
+
+DefaultDependencies=no
+BindsTo=dev-sdx1.device
+Conflicts=shutdown.target
+After=initrd-root-device.target local-fs-pre.target dev-sdx1.device
+Before=shutdown.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/lib/systemd/systemd-fsck /dev/sdx1
+TimeoutSec=infinity