~upstart-devel/upstart/upstart-jobs

1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Show Plymouth Power Off Screen
After=getty@tty1.service display-manager.service plymouth-start.service
Before=systemd-poweroff.service
DefaultDependencies=no
ConditionKernelCommandLine=splash

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