fix #592,add a crash checker to autostart Latte
parent
b5c0a4d2d0
commit
2d675e5d58
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
until latte-dock; do
|
||||
echo "'latte-dock' crashed with exit code $?. Respawning.." >&2
|
||||
sleep 2
|
||||
done
|
Loading…
Reference in New Issue