Ensure that elephant is started before walker

Because if not, we get the dreaded "Waiting for elephant" message. CC:
@abenz1267
This commit is contained in:
David Heinemeier Hansson
2025-10-25 21:46:31 +02:00
parent 9b798c3c0f
commit 249318b398

View File

@@ -17,5 +17,6 @@ if [[ $EUID -eq 0 ]]; then
"
else
setsid uwsm-app -- elephant &
wait 2
setsid uwsm-app -- walker --gapplication-service &
fi