DocSpace-buildtools/build/install/win/tools/Socket.IO.xml

14 lines
464 B
XML
Raw Normal View History

<service>
<id>ASC.Socket.IO</id>
<name>ASC.Socket.IO</name>
<description>This service runs ASC.Socket.IO</description>
<priority>RealTime</priority>
<startmode>Automatic</startmode>
<onfailure action="restart" delay="10 sec"/>
<executable>node</executable>
<arguments>&quot;{APPDIR}services\ASC.Socket.IO\service\server.js&quot;</arguments>
<log mode="roll-by-size">
<sizeThreshold>10240</sizeThreshold>
<keepFiles>8</keepFiles>
</log>
</service>