source: lab/trunk/swat/xinetd.d/swat @ 24

Last change on this file since 24 was 24, checked in by mitty, 14 years ago
  • welcome.html
    • fix url to correct path
  • xinetd.d/swat <- /etc/xinetd.d/swat
File size: 197 bytes
Line 
1service 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}
Note: See TracBrowser for help on using the repository browser.