chiark / gitweb /
units: add explicit dependency on display-manager.service to graphical.target
[elogind.git] / src / core / mount.c
index 3f8cf8a68f004cb6b6bedac954c804ee2509f5f9..6b358862ea828a7e569dcb6a183d7be4cd1bbc26 100644 (file)
@@ -366,7 +366,7 @@ static int mount_add_device_links(Mount *m) {
                 /* Let's add in the fsck service */
 
                 /* aka SPECIAL_FSCK_SERVICE */
-                name = unit_name_from_path_instance("fsck", p->what, ".service");
+                name = unit_name_from_path_instance("systemd-fsck", p->what, ".service");
                 if (!name)
                         return -ENOMEM;