Windows Service Setup
Run as a Windows Service
Prerequisites
1
5
Create the Service Configuration File
<service>
<id>LicenseSpringFloatingServerV2</id>
<name>LicenseSpring Floating Server V2</name>
<description>Runs the LicenseSpring Floating Server V2.</description>
<executable>C:\LS\floating-server.exe</executable>
<workingdirectory>C:\LS</workingdirectory>
<startmode>Automatic</startmode>
<delayedAutoStart>true</delayedAutoStart>
<logpath>C:\LS\logs</logpath>
<log mode="roll"></log>
<onfailure action="restart" delay="10 sec"/>
<onfailure action="restart" delay="30 sec"/>
<onfailure action="restart" delay="60 sec"/>
</service>Last updated
Was this helpful?