<service>
|
<id>fgV2</id>
|
<name>fgV2</name>
|
<description>fg平台后台 java服务</description>
|
<executable>"%BASE%\runtime\bin\java"</executable>
|
<arguments>-jar "-Djasypt.encryptor.password=9Lu6HgEvttjj8vYhy3ID+PqPbumuXhcH" "%BASE%\fg_v2.0-1.0.jar"</arguments>
|
<!-- 服务启动方式:Automatic 系统启动时自动启动, Manual 需手动启动, Boot, System -->
|
<startmode>Automatic</startmode>
|
<onfailure action="restart" delay="10 sec"/>
|
<onfailure action="restart" delay="20 sec"/>
|
<!-- 日志保存路径 -->
|
<logpath>%BASE%\logs</logpath>
|
<!-- 日志保存方式 -->
|
<log mode="roll-by-size-time">
|
<sizeThreshold>10240</sizeThreshold>
|
<pattern>yyyyMMdd</pattern>
|
<autoRollAtTime>00:00:00</autoRollAtTime>
|
<zipOlderThanNumDays>5</zipOlderThanNumDays>
|
<zipDateFormat>yyyyMM</zipDateFormat>
|
</log>
|
</service>
|