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" -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectHomeIntroduced in systemd 214=yes -
ProtectHostnameIntroduced in systemd 242=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
RemainAfterExit=yes -
RestrictRealtimeIntroduced 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.