diff options
Diffstat (limited to 'abs/core-testing/samba/swat.xinetd')
-rw-r--r-- | abs/core-testing/samba/swat.xinetd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core-testing/samba/swat.xinetd b/abs/core-testing/samba/swat.xinetd new file mode 100644 index 0000000..2e62a82 --- /dev/null +++ b/abs/core-testing/samba/swat.xinetd @@ -0,0 +1,10 @@ +service swat +{ + socket_type = stream + wait = no + user = root + server = /usr/sbin/swat + log_on_success += HOST DURATION + log_on_failure += HOST + disable = yes +} |