1
0
2
27
168
398
33
1、自制脚本服务 #!/bin/sh # #author cheung # #chkconfig:345 20 80 #description Test PID_FILE=/var/run/TestServer.pid DAEMON=/root/TestServer EXEC=TestServer #Source Function library ./etc/init.d/functions ...