chiark / gitweb /
tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically
[elogind.git] / src / basic / log.c
index e05dd65689cf0d226e3f1a22895ff3043049fca0..321c1bd20ee62ee1f79021651bc1671fa1c12e45 100644 (file)
@@ -1030,7 +1030,7 @@ void log_parse_environment(void) {
                 /* Only try to read the command line in daemons.
                    We assume that anything that has a controlling
                    tty is user stuff. */
-                (void) parse_proc_cmdline(parse_proc_cmdline_item, NULL);
+                (void) parse_proc_cmdline(parse_proc_cmdline_item, NULL, true);
 
         e = secure_getenv("SYSTEMD_LOG_TARGET");
         if (e && log_set_target_from_string(e) < 0)