[systemd-bugs] [Bug 67114] systemd-205: output from starting services messing up tty1 console
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 26 00:48:01 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=67114
--- Comment #12 from Egor Y. Egorov <egorov_egor at bk.ru> ---
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 <roy at marples.name>
# 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 ~ #
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130726/63a04381/attachment.html>
More information about the systemd-bugs
mailing list