diff options
Diffstat (limited to 'units/fedora/plymouth-shutdown.service')
-rw-r--r-- | units/fedora/plymouth-shutdown.service | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/units/fedora/plymouth-shutdown.service b/units/fedora/plymouth-shutdown.service new file mode 100644 index 0000000000..da3acecd16 --- /dev/null +++ b/units/fedora/plymouth-shutdown.service @@ -0,0 +1,21 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Show Plymouth Shutdown Screen +After=getty@tty1.service prefdm.service +DefaultDependencies=no + +[Service] +ExecStart=/sbin/plymouthd --mode=shutdown +ExecStartPost=-/usr/bin/plymouth --sysinit +ExecStartPost=-/usr/bin/plymouth --show-splash +ExecStartPost=-/usr/bin/plymouth message '--text=Shutting Down' +Type=forking + +[Install] +WantedBy=shutdown.target |