Table of Contents

Сервис INETD

Установка

Debian/Ubuntu

# apt install inetutils-inetd

Настройка

Web сервер на shell

Debian/Ubuntu

# cat /etc/inetd.conf
...
www stream tcp nowait root /usr/local/sbin/webd webd
#www stream tcp nowait user1 /usr/local/sbin/webd webd
#www stream tcp nowait root /usr/sbin/chroot chroot /var/www/ /sbin/webd

#82 stream tcp nowait root /usr/local/sbin/webd webd

Запуск

Debian/Ubuntu

# service inetutils-inetd restart