chiark / gitweb /
mount-setup: introduce mount_point_is_api() call
[elogind.git] / mount.c
diff --git a/mount.c b/mount.c
index 74094cc5149713f529a37d481f762c7b21de1111..325f2d51e56be54cd916707fe7d583190ed96eb9 100644 (file)
--- a/mount.c
+++ b/mount.c
@@ -472,7 +472,7 @@ void mount_fd_event(Manager *m, int events) {
 const UnitVTable mount_vtable = {
         .suffix = ".mount",
 
-        .init = unit_load_fragment_and_dropin,
+        .init = unit_load_fragment_and_dropin_optional,
         .done = mount_done,
         .coldplug = mount_coldplug,