~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to vivid/lib/systemd/system/plymouth-poweroff.service

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 12:58:41 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119125841-98dr37roy8dvcv3b
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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