* welcome.html
[lab.git] / swat / xinetd.d / swat
diff --git a/swat/xinetd.d/swat b/swat/xinetd.d/swat
new file mode 100644 (file)
index 0000000..4a352a5
--- /dev/null
@@ -0,0 +1,12 @@
+service swat
+{
+       port            = 901
+       socket_type     = stream
+       wait            = no
+       only_from       = 127.0.0.1
+       only_from       += 192.168.0.0/24
+       user            = root
+       server          = /usr/sbin/swat
+       log_on_failure  += USERID
+       disable         = no
+}