chiark / gitweb /
extend examples a bit
[elogind.git] / target.c
index 6754676b9bf3146bf94fcd7cf7bd6f04f2493253..bf448158cb66327714574849c8f851467a47ea13 100644 (file)
--- a/target.c
+++ b/target.c
@@ -19,7 +19,7 @@ static UnitActiveState target_active_state(Unit *u) {
 const UnitVTable target_vtable = {
         .suffix = ".target",
 
-        .init = unit_load_fragment,
+        .init = unit_load_fragment_and_dropin,
         .done = target_done,
 
         .active_state = target_active_state