17 lines
668 B
XML
17 lines
668 B
XML
<service>
|
|
<id>PrintserviceStandalone</id>
|
|
<name>Printservice Standalone</name>
|
|
<description>Eigenständiger Java-25 Printservice mit Webfrontend und REST API.</description>
|
|
<executable>%BASE%\runtime\bin\java.exe</executable>
|
|
<arguments>-Dprintservice.config.dir=C:\printservice -jar "%BASE%\printservice-standalone.jar" --host=0.0.0.0 --port=8080</arguments>
|
|
<logpath>%BASE%\logs</logpath>
|
|
<log mode="roll-by-size">
|
|
<sizeThreshold>10485760</sizeThreshold>
|
|
<keepFiles>10</keepFiles>
|
|
</log>
|
|
<onfailure action="restart" delay="10 sec"/>
|
|
<startmode>Automatic</startmode>
|
|
<waithint>15 sec</waithint>
|
|
<sleeptime>1 sec</sleeptime>
|
|
</service>
|