Rename product to Lingma Proxy

This commit is contained in:
lutc5
2026-05-06 15:03:04 +08:00
parent 7eb68f8bdc
commit 1c349227a3
22 changed files with 227 additions and 160 deletions

View File

@@ -0,0 +1,15 @@
<service>
<id>__SERVICE_ID__</id>
<name>__SERVICE_NAME__</name>
<description>__SERVICE_DESCRIPTION__</description>
<executable>__EXECUTABLE__</executable>
<arguments>__ARGUMENTS__</arguments>
<workingdirectory>__WORKDIR__</workingdirectory>
<logpath>__LOGDIR__</logpath>
<log mode="roll-by-size">
<sizeThreshold>10485760</sizeThreshold>
<keepFiles>5</keepFiles>
</log>
<startmode>Automatic</startmode>
<stoptimeout>15sec</stoptimeout>
</service>