From 288c783a9d9ab6ff1e11332fd3066f7a2a9c4912 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Oct 2010 16:12:26 +0200 Subject: [PATCH] dbus: epose FsckPassNo property for service objects --- src/dbus-service.c | 1 + 1 file changed, 1 insertion(+) 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 } }; -- 2.30.2