]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fedora/plymouth-shutdown.service
unit: hook plymouth into the boot
[thirdparty/systemd.git] / units / fedora / plymouth-shutdown.service
CommitLineData
1310609b
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Show Plymouth Shutdown Screen
10After=getty@tty1.service prefdm.service
11DefaultDependencies=no
12
13[Service]
14ExecStart=/sbin/plymouthd --mode=shutdown
15ExecStartPost=-/usr/bin/plymouth --sysinit
16ExecStartPost=-/usr/bin/plymouth --show-splash
17ExecStartPost=-/usr/bin/plymouth message '--text=Shutting Down'
18Type=forking
19
20[Install]
21WantedBy=shutdown.target