We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File klog.service of Package syslogd

# /lib/systemd/system/klog.service
#
# This file is part of package systemd.
#
# Copyright (c) 2011 SuSE LINUX Products GmbH, Germany.
# Author: Werner Fink
# Please send feedback to http://www.suse.de/feedback
#
# Description:
#
#  Create the well known /var/log/boot.msg
#  By using dmesg(1) the normal kernel and boot messages handled
#  by systemd will not disappear.  The character device /dev/tty10
#  will be created by udevd  and therefore should exists only if
#  virtual consoles are available.
#

[Unit]
Description=Early Kernel Boot Messages
DefaultDependencies=no
Requires=local-fs.target
After=local-fs.target
Before=shutdown.target
RefuseManualStart=true
ConditionPathIsDirectory=/var/log

[Service]
Type=oneshot
StandardError=tty
StandardOutput=tty
RemainAfterExit=yes
Environment=CONSOLE_LOGLEVEL=
Environment=KLOG_CONSOLE=10
EnvironmentFile=-/etc/sysconfig/boot
ExecStart=/bin/sh -c "test -s /var/log/boot.msg && /bin/mv -f /var/log/boot.msg /var/log/boot.omsg || :"
ExecStart=/bin/sh -c "/bin/dmesg -r > /var/log/boot.msg"
ExecStart=/bin/sh -c "test -s /dev/shm/initrd.msg && /bin/cat /dev/shm/initrd.msg >> /var/log/boot.msg || :"
ExecStart=/bin/sh -c "test -c /dev/tty$KLOG_CONSOLE && /usr/bin/setlogcons $KLOG_CONSOLE || :"
ExecStart=/bin/sh -c "if test -n \"$CONSOLE_LOGLEVEL\" ; then /bin/dmesg -n $CONSOLE_LOGLEVEL || : ; fi"

[Install]
WantedBy=basic.target
Alias=bootmsg.service
openSUSE Build Service is sponsored by