chiark / gitweb /
core: Remove explicit Plymouth integration
[elogind.git] / src / core / manager.c
index d33112df2f3699af4db9c3a5a812bd97c6c578e8..1afd359df256a78787a7672ae3d4300a3a1e6c5e 100644 (file)
@@ -3009,9 +3009,7 @@ static bool manager_get_show_status(Manager *m, StatusType type) {
         if (m->show_status > 0)
                 return true;
 
-        /* If Plymouth is running make sure we show the status, so
-         * that there's something nice to see when people press Esc */
-        return plymouth_running();
+        return false;
 }
 
 void manager_set_first_boot(Manager *m, bool b) {