chiark / gitweb /
dbus: be a bit more explicit about which bus connection failed
[elogind.git] / device.c
index 6de7d518c718cfc30496f7a5fb45f9824a25ad2e..32995fd159acbd82b936889a839b5d5e5032e22e 100644 (file)
--- a/device.c
+++ b/device.c
@@ -381,7 +381,7 @@ fail:
 const UnitVTable device_vtable = {
         .suffix = ".device",
 
-        .init = unit_load_fragment_and_dropin,
+        .init = unit_load_fragment_and_dropin_optional,
         .done = device_done,
         .coldplug = device_coldplug,