projects
/
ipfire-2.x.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
GeƤndert:
[ipfire-2.x.git]
/
config
/
xinetd
/
swat
Commit
Line
Data
b734d091
MT
1
# Begin /var/ipfire/xinetd/xinetd.d/swat
2
3
service swat
4
{
5
port = 901
6
socket_type = stream
7
wait = no
8
# only_from = 127.0.0.1
9
user = root
10
server = /usr/sbin/swat
11
log_on_failure += USERID
12
}
13
14
# End /var/ipfire/xinetd/xinetd.d/swat