chiark / gitweb /
core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creating...
[elogind.git] / src / core / manager.c
index 5f50fee825e5b7f09e93b692b7e8c40ecc889349..3f8bf58be202f4bf2b92f77df98d4458b140327c 100644 (file)
@@ -190,7 +190,7 @@ static void manager_print_jobs_in_progress(Manager *m) {
         if (job_get_timeout(j, &x) > 0)
                 format_timespan(limit, sizeof(limit), x - j->begin_usec, 1*USEC_PER_SEC);
 
-        manager_status_printf(m, false, cylon,
+        manager_status_printf(m, true, cylon,
                               "%sA %s job is running for %s (%s / %s)",
                               strempty(job_of_n),
                               job_type_to_string(j->type),
@@ -599,7 +599,7 @@ static int manager_setup_kdbus(Manager *m) {
          * necessary to ensure that users cannot get access to busses
          * of virtualized users when no UID namespacing is used. */
         if (m->running_as == SYSTEMD_SYSTEM)
-                mkdir_p_label("/dev/kdbus/ns", 0700);
+                mkdir_p_label("/dev/kdbus/domain", 0700);
 #endif
 
         return 0;