wok-tiny view base-tiny/stuff/etc/inetd.conf @ rev 176

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents 371673f39e46
children
line source
1 # Internet server configuration database
2 #
3 #:INTERNAL: Internal services
4 # It is generally considered safer to keep these off.
5 echo stream tcp nowait root internal
6 echo dgram udp wait root internal
7 #discard stream tcp nowait root internal
8 #discard dgram udp wait root internal
9 daytime stream tcp nowait root internal
10 daytime dgram udp wait root internal
11 #chargen stream tcp nowait root internal
12 #chargen dgram udp wait root internal
13 time stream tcp nowait root internal
14 time dgram udp wait root internal
16 # These are standard services.
17 #
18 #tftp dgram udp wait root tftpd tftpd -r /boot
19 #systat stream tcp nowait nobody ps
20 #netstat stream tcp nowait root netstat netstat -a
21 #http stream tcp nowait root httpd httpd -i -u 80:80
22 #ftp stream tcp nowait root ftpd ftpd -w /home/ftp
23 #telnet stream tcp nowait root telnetd telnetd -i