OSDN Git Service

Initial commit
[ultramonkey-l7/l7gui.git] / L7SyncCommand / xinetd.d / L7SyncCommand
1 # default: off
2 # description: The UltraMonkey-L7 sync server.
3 service L7SyncCommand
4 {
5         socket_type     = stream
6         wait            = no
7         user            = tomcat
8         server          = /usr/local/l7vs/L7SyncCommand
9         server_args     = -s
10         disable         = no
11         port            = 60000
12         type            = UNLISTED
13 }