<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - systemd-205: output from starting services messing up tty1 console"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67114#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - systemd-205: output from starting services messing up tty1 console"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67114">bug 67114</a>
              from <span class="vcard"><a class="email" href="mailto:egorov_egor@bk.ru" title="Egor Y. Egorov <egorov_egor@bk.ru>"> <span class="fn">Egor Y. Egorov</span></a>
</span></b>
        <pre>egorov-ey ~ # cat /etc/{conf,init}.d/dmesg
# Sets the level at which logging of messages is done to the
# console.  See dmesg(1) for more info.
dmesg_level="1"
#!/sbin/runscript
# Copyright (c) 2007-2008 Roy Marples <<a href="mailto:roy@marples.name">roy@marples.name</a>>
# Released under the 2-clause BSD license.

description="Set the dmesg level for a cleaner boot"

depend()
{
        before dev modules
        keyword -lxc -prefix -vserver
}

start()
{
        if [ -n "$dmesg_level" ]; then
                dmesg -n$dmesg_level
        fi
}
egorov-ey ~ # ls -l /etc/runlevels/sysinit/dmesg
lrwxrwxrwx 1 root root 17 мая   10  2012 /etc/runlevels/sysinit/dmesg ->
/etc/init.d/dmesg
egorov-ey ~ #</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>