summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-07 18:33:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-07 18:33:34 -0500
commitb7620af06082adf26739f20b0f9671d06cedf353 (patch)
treeb0d71ed564265e393e897c418600ad2cdc9c316c /ubuntu/precise
parent9487577fcf4c34c9fce5d909ba9227a9e5bde399 (diff)
downloadtde-packaging-b7620af06082adf26739f20b0f9671d06cedf353.tar.gz
tde-packaging-b7620af06082adf26739f20b0f9671d06cedf353.zip
Fix tdm upstart race condition on Ubuntu
Diffstat (limited to 'ubuntu/precise')
-rwxr-xr-xubuntu/precise/tdebase/debian/tdm-trinity.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/precise/tdebase/debian/tdm-trinity.conf b/ubuntu/precise/tdebase/debian/tdm-trinity.conf
index fcec2ea00..8093950d2 100755
--- a/ubuntu/precise/tdebase/debian/tdm-trinity.conf
+++ b/ubuntu/precise/tdebase/debian/tdm-trinity.conf
@@ -9,6 +9,7 @@ author "Richard Johnson and Timothy Pearson"
start on ((filesystem
and runlevel [!06]
and started dbus
+ and stopped udevtrigger
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udev-fallback-graphics))
or runlevel PREVLEVEL=S)