slackbuilds_ponce/network/gophernicus/README.SBo
B. Watson f60b4ba89d network/gophernicus: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:15 -04:00

8 lines
362 B
Text

To run under inetd, add this line to your /etc/inetd.conf and then
restart or kill -HUP the inetd process:
gopher stream tcp nowait nobody /usr/sbin/in.gophernicus in.gophernicus -h <your-hostname>
To run under xinetd, just restart or kill -HUP the xinetd process
after installing the package. This assumes you already have xinetd
installed and running.