Versions Compared

Key

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

On Linux/Unix, the processes are started using the parameter --daemon:

Section
Column
width5%

 

Column
width95%
Panel No Format
bgColorCCC
$ ./dbvrep --ddcfile LINA.ddc --daemon start MINE

 

The --daemon parameter causes the process to detach from the console and run in the background.

...

The -all.bat script deletes any old service for the process/ddc, creates a new one and starts it:

Section
Column
width5%

 

Column
width95%
panel No Format
bgColorCCC
$ ./dbvrep --ddcfile LINA.ddc delete service MINE


$ ./dbvrep --ddcfile LINA.ddc create service MINE


$ ./dbvrep --ddcfile LINA.ddc start_service MINE

 

The start_service command does exactly the same as pressing start button in Services console or using standard Windows utility "NET START".