X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=mount.c;h=325f2d51e56be54cd916707fe7d583190ed96eb9;hp=74094cc5149713f529a37d481f762c7b21de1111;hb=b152adec93b05c0d01b240e0f28326eb1d8e18e9;hpb=79ef004b0c39e151c8a875f2415a0123808c2a07 diff --git a/mount.c b/mount.c index 74094cc51..325f2d51e 100644 --- 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,