/usr/share/fex/templates/xinetd_fex is in fex 20160919-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # default: on
# description: F*EX web server
#
service fex
{
socket_type = stream
wait = no
type = unlisted
protocol = tcp
#flags = IPv6
#bind = ADDRESS
port = 8888
cps = 10 2
user = fex
groups = yes
server = /usr/share/fex/bin/fexsrv
nice = 0
disable = no
}
# configuration for https/SSL see /usr/share/doc/fex/SSL
# configuration for IPv6 see /usr/share/doc/fex/IPv6
|