Skip to content

Commit

Permalink
Fix tdm-trinity not starting on Ubuntu due to Plymouth hang
Browse files Browse the repository at this point in the history
Continually retry tdm start on Ubuntu
  • Loading branch information
kb9vqf committed Apr 8, 2015
1 parent 7b0a795 commit bbf51c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ubuntu/maverick/tdebase/debian/tdm-trinity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ start on ((filesystem

stop on runlevel [016]

respawn
respawn limit unlimited

emits login-session-start
emits desktop-session-start
emits desktop-shutdown
Expand All @@ -29,7 +32,7 @@ script
# quit plymouth all the time. Note that sleeping appears necessary
# as the VT freeing is somewhat delayed and TDM would otherwise go
# to configured KVT+1 (if plymouth was using it).
$(plymouth --quit && plymouth --wait && sleep 1) || :
$(plymouth --quit && sleep 1) || :
if [ "$RUNLEVEL" = S -o "$RUNLEVEL" = 1 ]
then
# Single-user mode
Expand Down

0 comments on commit bbf51c9

Please sign in to comment.