From: Lennart Poettering Date: Fri, 22 Oct 2010 14:12:26 +0000 (+0200) Subject: dbus: epose FsckPassNo property for service objects X-Git-Tag: v12~178 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=288c783a9d9ab6ff1e11332fd3066f7a2a9c4912 dbus: epose FsckPassNo property for service objects --- diff --git a/src/dbus-service.c b/src/dbus-service.c index ad3264c8c..a79f769e9 100644 --- a/src/dbus-service.c +++ b/src/dbus-service.c @@ -140,6 +140,7 @@ DBusHandlerResult bus_service_message_handler(Unit *u, DBusConnection *connectio { "org.freedesktop.systemd1.Service", "SysVRunLevels", bus_property_append_string, "s", u->service.sysv_runlevels }, { "org.freedesktop.systemd1.Service", "SysVStartPriority", bus_property_append_int, "i", &u->service.sysv_start_priority }, #endif + { "org.freedesktop.systemd1.Service", "FsckPassNo", bus_property_append_int, "i", &u->service.fsck_passno }, { NULL, NULL, NULL, NULL, NULL } };