With this change, it becomes possible to order a unit to activate before any modifications to the file systems. This is especially useful for supporting resume from hibernation. --- units/[email protected] | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/units/[email protected] b/units/[email protected] index c12efa8..d2cda6a 100644 --- a/units/[email protected] +++ b/units/[email protected] @@ -10,7 +10,7 @@ Description=File System Check on %f Documentation=man:[email protected](8) DefaultDependencies=no BindsTo=%i.device -After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device systemd-fsck-root.service +After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device systemd-fsck-root.service local-fs-pre.target Before=shutdown.target [Service] -- 2.1.0 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
