]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Revert "systemd: add --subsystem=pci to udevadm trigger call"
authorRay Strode <rstrode@redhat.com>
Wed, 20 Jun 2012 15:01:07 +0000 (11:01 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 20 Jun 2012 15:01:07 +0000 (11:01 -0400)
This reverts commit cf90d3c7faa1499c2ce239cde68873302b411d74.

It was wrong. I misunderstood what Kay told me.

systemd-units/plymouth-start.service.in

index 81a5f371069fefbe3ebb8bf99821ca35758386b4..f2c6c84ec6e82610496c0b1c5bcafe4d98470bcd 100644 (file)
@@ -9,5 +9,5 @@ ConditionPathExists=!@plymouthruntimedir@/pid
 
 [Service]
 ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
-ExecStartPost=-/bin/udevadm trigger --action=add --attr-match=class=0x030000 ; -/bin/udevadm trigger --action=add --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty --subsystem=pci; -/bin/udevadm settle --timeout=30 ; -@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
+ExecStartPost=-/bin/udevadm trigger --action=add --attr-match=class=0x030000 ; -/bin/udevadm trigger --action=add --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty ; -/bin/udevadm settle --timeout=30 ; -@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
 Type=forking