summaryrefslogtreecommitdiff
path: root/systemd-units/plymouth-kexec.service.in
blob: 22bc5bd062690d14a8a09b081bfb7749c6f3f535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Show Plymouth Reboot with kexec Screen
After=getty@tty1.service display-manager.service plymouth-start.service
Before=systemd-kexec.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0
ConditionVirtualization=!container

[Service]
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
Type=forking
RemainAfterExit=yes