X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-service.c;h=a79f769e9405c3c27e7f2db3a5146f1b32bce37b;hp=ad3264c8c349b12001731e44549c1069c4a59725;hb=288c783a9d9ab6ff1e11332fd3066f7a2a9c4912;hpb=6f3525444e177e8413d46c5029a7dced7fb4818d 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 } };