Skip to content

How to restart application

Kantemir Tvorogov edited this page Aug 9, 2023 · 1 revision
  • sudo service <application name> start
  • sudo service <application name> stop
  • sudo service <application name> restart

For example:

sudo service vasecurity start

sudo service adminui start

sudo service vahub start

Please mind that we have to follow the steps:

  • start vasecurity at first
  • wait until it starts
  • start AdminUI
  • wait until it starts
  • start vahub
Clone this wiki locally