plymouth-kexec.service revision 5430f7f2bc7330f3088b894166bf3524a067e3d8
184N/A# This file is part of systemd.
184N/A#
184N/A# systemd is free software; you can redistribute it and/or modify it
184N/A# under the terms of the GNU Lesser General Public License as published by
184N/A# the Free Software Foundation; either version 2.1 of the License, or
184N/A# (at your option) any later version.
184N/A
184N/A[Unit]
184N/ADescription=Show Plymouth Reboot with kexec Screen
184N/AAfter=getty@tty1.service prefdm.service plymouth-start.service
184N/ABefore=kexec.service
184N/ADefaultDependencies=no
184N/AConditionKernelCommandLine=!plymouth.enable=0
184N/A
184N/A[Service]
184N/AExecStart=/sbin/plymouthd --mode=shutdown
184N/AExecStartPost=-/bin/plymouth --show-splash
184N/AType=forking
184N/A