16 lines
477 B
INI
16 lines
477 B
INI
[Unit]
|
|
Description=Show Plymouth Reboot Screen
|
|
After=getty@tty1.service display-manager.service plymouth-start.service
|
|
Before=systemd-reboot.service
|
|
DefaultDependencies=no
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionKernelCommandLine=!nosplash
|
|
ConditionKernelCommandLine=splash
|
|
ConditionVirtualization=!container
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/plymouthd --mode=reboot --attach-to-session
|
|
ExecStartPost=-/usr/bin/plymouth show-splash
|
|
Type=forking
|
|
RemainAfterExit=yes
|