Difficult to answer without seeing your .xinitrc, but assuming you're just calling the Openbox binary at the end, try this:
exec /path/to/wm & WMPID=$!
/path/to/tint2 --options &
# other bits
wait $WMPID
I use dbus to launch my WindowManager these days because of all that tight systemd integration, the above works nicely too.