This file is indexed.

/lib/systemd/system/plymouth-kexec.service is in plymouth 0.9.2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[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
ConditionKernelCommandLine=!nosplash

[Service]
ExecStart=/sbin/plymouthd --mode=shutdown --attach-to-session
ExecStartPost=-/bin/plymouth show-splash
Type=forking