From ae7a7182da31371555fceb2aed609e40a64b900a Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Mon, 1 Apr 2013 13:32:35 +0300 Subject: Introspect and monitor dropin configuration --- src/core/dbus-unit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/dbus-unit.c') diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index dc7d1f13f0..f413386553 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -1284,6 +1284,7 @@ const BusProperty bus_unit_properties[] = { { "SubState", bus_unit_append_sub_state, "s", 0 }, { "FragmentPath", bus_property_append_string, "s", offsetof(Unit, fragment_path), true }, { "SourcePath", bus_property_append_string, "s", offsetof(Unit, source_path), true }, + { "DropinPaths", bus_property_append_strv, "as", offsetof(Unit, dropin_paths), true }, { "UnitFileState", bus_unit_append_file_state, "s", 0 }, { "InactiveExitTimestamp",bus_property_append_usec, "t", offsetof(Unit, inactive_exit_timestamp.realtime) }, { "InactiveExitTimestampMonotonic", bus_property_append_usec, "t", offsetof(Unit, inactive_exit_timestamp.monotonic) }, -- cgit v1.2.3-54-g00ecf