How to restart application - epam/acuity GitHub Wiki
- 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