yinyitong-zhongyuyuan-dll-s.../doc/win/yinyitong-dll-stand.xml

26 lines
725 B
XML

<service>
<!-- 环境变量 文件名称 -->
<env name="NAME" value="yinyitong-dll-stand"/>
<!-- 服务ID -->
<id>dpkj-%NAME%</id>
<!-- 服务名称 -->
<name>%BASE%</name>
<!-- 服务描述 -->
<description>银医台式机中间服务调用程序</description>
<!-- 启动命令 -->
<executable>java</executable>
<!-- 启动参数 -->
<arguments>-jar %BASE%\%NAME%.jar</arguments>
<!-- 日志-->
<logpath>%BASE%\logs\winws</logpath>
<!-- 按大小和时间滚动模式 -->
<log mode="roll-by-size-time">
<sizeThreshold>10240</sizeThreshold>
<pattern>yyyyMMdd</pattern>
<autoRollAtTime>00:00:00</autoRollAtTime>
</log>
</service>