2010-08-10 08:44:02 +07:00
|
|
|
# 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]
|
2010-08-13 07:19:24 +07:00
|
|
|
Description=Show Plymouth Reboot Screen
|
2010-10-29 07:42:10 +07:00
|
|
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
2010-10-20 18:11:27 +07:00
|
|
|
Before=reboot.service
|
2010-08-10 08:44:02 +07:00
|
|
|
DefaultDependencies=no
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/sbin/plymouthd --mode=shutdown
|
2010-10-29 21:51:13 +07:00
|
|
|
ExecStartPost=-/bin/plymouth --show-splash
|
|
|
|
ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
|
2010-08-10 08:44:02 +07:00
|
|
|
Type=forking
|