* customized trac CSS for shared template
[lab.git] / swat / xinetd.d / swat
1 service swat
2 {
3         port            = 901
4         socket_type     = stream
5         wait            = no
6         only_from       = 127.0.0.1
7         only_from       += 192.168.0.0/24
8         user            = root
9         server          = /usr/sbin/swat
10         log_on_failure  += USERID
11         disable         = no
12 }