~upstart-devel/upstart/upstart-jobs

144 by Dimitri John Ledkov
auto update
1
[Unit]
2
Description=Show Plymouth Power Off Screen
3
After=getty@tty1.service display-manager.service plymouth-start.service
4
Before=systemd-poweroff.service
5
DefaultDependencies=no
6
ConditionKernelCommandLine=splash
7
8
[Service]
9
ExecStart=/sbin/plymouthd --mode=shutdown --attach-to-session
10
ExecStartPost=-/bin/plymouth show-splash
11
Type=forking
12
[Install]
13
WantedBy=poweroff.target