chiark / gitweb /
add initrd-fs.target and root-fs.target
[elogind.git] / units / initrd-parse-etc.service.in
index 1a2711ac6255af8283a5a25b3ec986ffc887a0ab..44fee7bd34425e2c3827b78dc5e754cfb6e8a42b 100644 (file)
@@ -8,13 +8,13 @@
 [Unit]
 Description=Reload Configuration from the Real Root
 DefaultDependencies=no
-Requires=local-fs.target swap.target
-After=local-fs.target swap.target
+Requires=root-fs.target
+After=root-fs.target
 OnFailure=emergency.target
 ConditionPathExists=/etc/initrd-release
 
 [Service]
 Type=oneshot
 ExecStartPre=@rootbindir@/systemctl daemon-reload
-ExecStart=@rootbindir@/systemctl start local-fs.target
+ExecStart=@rootbindir@/systemctl start initrd-fs.target
 ExecStart=@rootbindir@/systemctl --no-block start initrd-cleanup.service