Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 384 Bytes

xinetd-example

An example application of a "budgerigar" type of service meant for xinetd socket activation.

Simply compile budgerigar binary using make.

Copy the budgerigar.conf into xinetd.conf.d directory.

Aply the services patch or simply add there service record for budgerigar using:

echo -e "budgerigar\t\t60006/tcp" >> /etc/services

(Re)start the xinetd daemon.