summaryrefslogtreecommitdiff
path: root/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'target.c')
-rw-r--r--target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target.c b/target.c
index 6754676b9b..bf448158cb 100644
--- 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