source:
lab.git/TipAndDoc/swat/xinetd.d/swat
| Last change on this file was 8333ea0, checked in by mitty <mitty@…>, 16 years ago | |
|---|---|
|
|
| File size: 197 bytes | |
| Line | |
|---|---|
| 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 | } |
Note: See TracBrowser
for help on using the repository browser.
