Update nfd-service-template.xml

This commit is contained in:
qaiu
2025-04-23 14:31:56 +08:00
committed by GitHub
parent fa9acaccfd
commit 4e6582e24c

View File

@@ -4,7 +4,7 @@
<name>netdisk-fast-download</name> <name>netdisk-fast-download</name>
<description>netdisk fast download service</description> <description>netdisk fast download service</description>
<executable>java</executable> <executable>java</executable>
<arguments> -server -Xmx128m -jar ${jar} </arguments> <arguments> -server -Xmx128m -Dfile.encoding=utf8 -jar ${jar} </arguments>
<logpath>${dd}\logs</logpath> <logpath>${dd}\logs</logpath>
<log mode="roll-by-time"> <log mode="roll-by-time">
<pattern>yyyyMMdd</pattern> <pattern>yyyyMMdd</pattern>