Fix tdm upstart race condition on Ubuntu

pull/3/head
Timothy Pearson 12 years ago
parent 9487577fcf
commit b7620af060

@ -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)

@ -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)

@ -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)

Loading…
Cancel
Save