frp/conf/windows/frpc-service.xml
2020-07-15 14:46:49 +08:00

15 lines
459 B
XML

<service>
<!-- ID of the service. It should be unique across the Windows system-->
<id>frpc</id>
<!-- Display name of the service -->
<name>frp client</name>
<!-- Service description -->
<description>Service for frp client</description>
<!-- frp install dir -->
<workingdirectory>C:\frp</workingdirectory>
<!-- frps.exe -->
<executable>C:\frp\frpc.exe</executable>
<!-- args -->
<startarguments>-c frpc.ini</startarguments>
</service>