[gnome-shell/benzea/sd-notify] fixup! Notify service startup to systemd



commit 9a7411c5f50e16979c07710f223285a674688fe7
Author: Benjamin Berg <bberg redhat com>
Date:   Sun Aug 25 08:07:53 2019 +0200

    fixup! Notify service startup to systemd

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/main.c b/src/main.c
index 8be1395f70..d89422ec84 100644
--- a/src/main.c
+++ b/src/main.c
@@ -532,8 +532,8 @@ main (int argc, char **argv)
   shell_init_debug (g_getenv ("SHELL_DEBUG"));
 
   shell_dbus_init (meta_get_replace_current_wm ());
-  sd_notify (0, "READY=1");
   shell_a11y_init ();
+  sd_notify (0, "READY=1");
   shell_perf_log_init ();
   shell_introspection_init ();
   shell_fonts_init ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]