This unit is provided by:
Options
-
[Install]
-
[Service]
-
Environment=CONSOLE_LOGLEVEL= 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 || :" /bin/sh -c "/bin/dmesg -r > /var/log/boot.msg" /bin/sh -c "test -s /dev/shm/initrd.msg -a -O /dev/shm/initrd.msg && /bin/cat /dev/shm/initrd.msg >> /var/log/boot.msg || :" /bin/sh -c "test -c /dev/tty$KLOG_CONSOLE && /usr/bin/setlogcons $KLOG_CONSOLE || :" /bin/sh -c "if test -n \"$CONSOLE_LOGLEVEL\" ; then /bin/dmesg -n $CONSOLE_LOGLEVEL || : ; fi"
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RemainAfterExit=yes
-
RestrictRealtime
Introduced in systemd 231=yes -
StandardError=tty
-
StandardOutput=tty
-
Type=oneshot
-
-
[Unit]
-
After=local-fs.target
-
Before=shutdown.target
-
ConditionPathIsDirectory=/var/log
-
DefaultDependencies=no
-
Description=Early Kernel Boot Messages
-
RefuseManualStart=yes
-
Requires=local-fs.target
-
Additionnal notes
Nothing here.