chiark / gitweb /
unit: create three seperate plymouth service for halt/poweroff/reboot
[elogind.git] / units / fedora / plymouth-halt.service
similarity index 79%
rename from units/fedora/plymouth-shutdown.service
rename to units/fedora/plymouth-halt.service
index da3acecd163789fbd33b0c868d4a159c0d17c9e8..9b77c5d7769046a0d4a48b0956dd0cbd5e30de7a 100644 (file)
@@ -6,7 +6,7 @@
 #  (at your option) any later version.
 
 [Unit]
-Description=Show Plymouth Shutdown Screen
+Description=Show Plymouth Halt Screen
 After=getty@tty1.service prefdm.service
 DefaultDependencies=no
 
@@ -14,8 +14,8 @@ DefaultDependencies=no
 ExecStart=/sbin/plymouthd --mode=shutdown
 ExecStartPost=-/usr/bin/plymouth --sysinit
 ExecStartPost=-/usr/bin/plymouth --show-splash
-ExecStartPost=-/usr/bin/plymouth message '--text=Shutting Down'
+ExecStartPost=-/usr/bin/plymouth message '--text=Halting...'
 Type=forking
 
 [Install]
-WantedBy=shutdown.target
+WantedBy=halt.target