fix Bug 64405 - Fix issue with starting services (#27)

* fix Bug 64405 - Fix issue with starting services

* Small fixes
This commit is contained in:
Nasrullo Nurullaev 2023-10-23 19:02:20 +05:00 committed by GitHub
parent bb4873d382
commit c6fb634e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<description>ONLYOFFICE DocSpace DocEditor</description>
<priority>RealTime</priority>
<startmode>Automatic</startmode>
<autoRefresh>false</autoRefresh>
<onfailure action="restart" delay="10 sec"/>
<executable>node</executable>
<arguments>&quot;{APPDIR}products\ASC.Files\editor\server.js&quot;</arguments>

View File

@ -4,6 +4,7 @@
<description>ONLYOFFICE DocSpace Login</description>
<priority>RealTime</priority>
<startmode>Automatic</startmode>
<autoRefresh>false</autoRefresh>
<onfailure action="restart" delay="10 sec"/>
<executable>node</executable>
<arguments>&quot;{APPDIR}products\ASC.Login\login\server.js&quot;</arguments>

View File

@ -4,6 +4,7 @@
<description>ONLYOFFICE DocSpace Socket.IO</description>
<priority>RealTime</priority>
<startmode>Automatic</startmode>
<autoRefresh>false</autoRefresh>
<onfailure action="restart" delay="10 sec"/>
<executable>node</executable>
<arguments>&quot;{APPDIR}services\ASC.Socket.IO\service\server.js&quot;</arguments>

View File

@ -4,6 +4,7 @@
<description>ONLYOFFICE DocSpace ASC.SsoAuth.Svc</description>
<priority>RealTime</priority>
<startmode>Automatic</startmode>
<autoRefresh>false</autoRefresh>
<onfailure action="restart" delay="10 sec"/>
<executable>node</executable>
<arguments>&quot;{APPDIR}services\ASC.SsoAuth\service\app.js&quot;</arguments>