Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleAdditional steps for Upstart based systems (i.e. Ubuntu 14)
sudo service onos {start|stop|status}
Code Block
languagebash
titleAdditional steps for Systemd based systems (i.e. Ubuntu 16, CentOS 7+)
sudo systemctl {start|stop|status|restart} onos.service