diff options
Diffstat (limited to 'src/dbus-service.c')
-rw-r--r-- | src/dbus-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbus-service.c b/src/dbus-service.c index ad3264c8c3..a79f769e94 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 } }; |