Files
infix/package/skeleton-init-finit/skeleton/etc/inetd.conf
T
Joachim Wiberg 2dd603113b package/finit: new init package, with skeleton
This patch imports Finit v4.3 from myLinux to infIX along with a
rudimentary rootfs skeleton.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2022-05-17 08:43:08 +02:00

21 lines
806 B
Plaintext

# Services started by Busybox inetd on demand
#
# [ADDR:]service_name must be in /etc/services, or port number
# socket_type stream/dgram/raw/rdm/seqpacket
# protocol tcp/udp
# wait/nowait[.max] wait is usually for udp, nowait for tcp
# max: max copies to run
# user[.group] or user[:group] user and group to run under
# binary program to run
# arg0 arg1 arg2... arguments, INCLUDING program name (arg0)
# serv socket pro w/nw user binary args
# IPv6
#555 dgram udp6 wait root echo echo Hello IPv6 udp world
# ...with ADDR prefix:
#::1:444 stream tcp6 nowait root echo echo Hello IPv6 localhost
# Regualar telnetd service
telnet stream tcp nowait root telnetd telnetd