DocSpace-buildtools/install/win/tools/SsoAuth.xml

15 lines
522 B
XML
Raw Normal View History

<service>
<id>DocSpace.SsoAuth.Svc</id>
<name>ONLYOFFICE DocSpace SsoAuth.Svc</name>
<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>
<log mode="roll-by-size">
<sizeThreshold>10240</sizeThreshold>
<keepFiles>8</keepFiles>
</log>
</service>