diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:27:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:27:40 (GMT) |
commit | 30c6b3e359d4e8872a0ce6635593f362218c2511 (patch) | |
tree | c8517d4961b86e61021ae4dd1acec19ee21bf2af /abs/core/plymouth/udevadm.patch | |
parent | 3d7f516c0b10ed95e270575ef6155d70c0c16114 (diff) | |
download | linhes_pkgbuild-30c6b3e359d4e8872a0ce6635593f362218c2511.zip linhes_pkgbuild-30c6b3e359d4e8872a0ce6635593f362218c2511.tar.gz linhes_pkgbuild-30c6b3e359d4e8872a0ce6635593f362218c2511.tar.bz2 |
plymouth: first build
refs #869
Diffstat (limited to 'abs/core/plymouth/udevadm.patch')
-rw-r--r-- | abs/core/plymouth/udevadm.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/plymouth/udevadm.patch b/abs/core/plymouth/udevadm.patch new file mode 100644 index 0000000..aa01e00 --- /dev/null +++ b/abs/core/plymouth/udevadm.patch @@ -0,0 +1,11 @@ +--- a/systemd-units/plymouth-start.service.in 2012-09-26 18:50:53.000000000 +0200 ++++ b/systemd-units/plymouth-start.service.in 2012-11-01 00:12:35.186732840 +0100 +@@ -8,7 +8,7 @@ + + [Service] + ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=/run/plymouth.pid --attach-to-session +-ExecStartPost=-/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash ++ExecStartPost=-/usr/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /usr/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash + Type=forking + KillMode=none + SendSIGKILL=no |