守护服务
parent
4ee5717b0d
commit
46305c447f
@ -1,7 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
|
<add key="DeamonServiceName" value="ServiceDeamon"/>
|
||||||
|
<add key="DeamonServiceDisplayName" value="进程守护服务"/>
|
||||||
|
|
||||||
<add key="ServiceName" value="nginx"/>
|
<add key="ServiceName" value="nginx"/>
|
||||||
<add key="CheckInteval" value="5000"/>
|
<add key="CheckInteval" value="5000"/>
|
||||||
|
|
||||||
|
|
||||||
</appSettings>
|
</appSettings>
|
||||||
</configuration>
|
</configuration>
|
Loading…
Reference in New Issue