opcua-service/windows-service/OPCUAClientService.xml
2026-05-11 19:40:18 +02:00

24 lines
744 B
XML

<service>
<id>OPCUAClient</id>
<name>OPC UA Client Service</name>
<description>OPC UA Client REST API, RegLogin/System Init and Action Engine</description>
<!-- Java must be available in PATH or set JAVA_HOME in service environment. -->
<executable>java</executable>
<arguments>-jar "%BASE%\opcua-gui-1.0.0.jar" --service</arguments>
<workingdirectory>%BASE%</workingdirectory>
<logpath>%BASE%\logs</logpath>
<log mode="roll-by-size">
<sizeThreshold>10485760</sizeThreshold>
<keepFiles>8</keepFiles>
</log>
<onfailure action="restart" delay="10 sec"/>
<onfailure action="restart" delay="30 sec"/>
<onfailure action="none"/>
<startmode>Automatic</startmode>
<stoptimeout>30 sec</stoptimeout>
</service>