1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/packaging/LSB/samba.xinetd
Jeremy Allison eae35e8f00 Adding Michael Sweet's LSB packaging.
Jeremy.
(This used to be commit 90985da62f)
2001-07-03 01:01:12 +00:00

16 lines
357 B
Plaintext

# default: off
# description: SWAT is the Samba Web Admin Tool. Use swat \
# to configure your Samba server. To use SWAT, \
# connect to port 901 with your favorite web browser.
service swat
{
port = 901
socket_type = stream
wait = no
only_from = localhost
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = yes
}