LMS and CMS not loading after restarting Ubuntu Virtual Machine

My Environment:
Windows 10 OS -> VirtualBox -> Ubuntu Desktop 18 04 -> open edx installed successfully

Steps:

  1. Successfully installed open edx using tutor and able to access the same using http://localhost/.
  2. Restarted the Ubuntu
  3. Open edx stopped working unable to accessing using http://localhost/

Resolved using below commands but can we keep the open edx running even after the Ubuntu system restarts.

tutor local stop
tutor dev stop
sudo rm -rf “$(tutor config printroot)”
tutor local quickstart