source: lab.git/swat/xinetd.d/swat @ 99e75c7

trunk
Last change on this file since 99e75c7 was 99e75c7, checked in by mitty <mitty@…>, 14 years ago
  • welcome.html
    • fix url to correct path
  • xinetd.d/swat <- /etc/xinetd.d/swat

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@24 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
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.