18 lines
655 B
XML
18 lines
655 B
XML
<service>
|
|
<id>MatabFTP</id>
|
|
<name>Matab Panel FTP Server</name>
|
|
<description>Matab Panel FTP server running on port 2121 via PHP</description>
|
|
<executable>%BASE%\php\php.exe</executable>
|
|
<arguments>-d display_errors=0 "%BASE%\ftp-server.php"</arguments>
|
|
<startmode>Automatic</startmode>
|
|
<workingdirectory>%BASE%</workingdirectory>
|
|
<depend>Tcpip</depend>
|
|
<log mode="roll">
|
|
<sizeThreshold>10240</sizeThreshold>
|
|
<keepFiles>3</keepFiles>
|
|
</log>
|
|
<onfailure action="restart" delay="10 sec"/>
|
|
<onfailure action="restart" delay="20 sec"/>
|
|
<onfailure action="restart" delay="30 sec"/>
|
|
</service>
|