manual:running:windowsservice

Running RePoSyD as a Windows Service

The installation of the service described here requires a directory structure and configuration files created with the help of the RePoSyD CLI. For further information read Installing the RePoSyD REST API

Open a command prompt and enter the following command

C:\> reposyd service install c:\temp\reposyd\service
{
  loc: 'winsw.js ~line 77',
  xml: [
...
  logmode: 'rotate',
    logging: undefined,
    allowServiceLogon: undefined
  }
}
info: service installation successful.

C:\> 

Installing multiple Instances of the Service

In order to install multiple instance, use the option –name to specify an individual name of the service.

C:\> reposyd service install c:\temp\reposyd\service1 --name RePoSyDService1
...

C:\> reposyd service install c:\temp\reposyd\service2 --name RePoSyDService2
...

C:\> 

Open a command prompt and enter the following command

C:\> reposyd service install c:\temp\reposyd\service
info: service uninstalled.

C:\> 
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • manual/running/windowsservice.txt
  • Last modified: 8 months ago
  • by maho