Versions Compared

Key

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

Table of Contents

Starting

To launch the stand, the following command should be executed

...

Code Block
languagebash
themeRDark
sudo ./wcs-stand start cdn ffmpeg

Stopping

To stop the stand use the following command

...

Code Block
languagebash
themeRDark
sudo ./wcs-stand stop e-test1

Logging

Stand starting and stopping log is written to wcs-stand.log file. Logging level can be set to verbose with -v parameter if necessary:

...