chiark / gitweb /
mount: make /media a tmpfs
[elogind.git] / units / plymouth-start.service
index 61cb82cde4ad3518680363fd78e9efa43d72e01f..c3c101eb8ad8e77d8ea0cb4aff42084ca85b88e3 100644 (file)
@@ -12,7 +12,13 @@ Wants=systemd-ask-password-plymouth.path
 After=systemd-vconsole-setup.service udev-settle.service
 Before=systemd-ask-password-plymouth.service
 
+# Dracut informs us with this flag file if plymouth is already running
+ConditionPathExists=!/dev/.systemd/plymouth
+
 [Service]
 ExecStart=/sbin/plymouthd --mode=boot
 ExecStartPost=-/bin/plymouth --show-splash
 Type=forking
+
+# Send SIGRTMIN+20 to systemd, i.e. enable status messages
+ExecStartPost=-/usr/bin/kill -54 1