network/gophernicus: Move setup instructions to README.SBo.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 13:32:08 -04:00
parent 8939399034
commit f60b4ba89d
2 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,5 @@
gophernicus (gopher server)
Gophernicus is a modern full-featured (and hopefully) secure gopher
daemon for inetd or xinetd.
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.
daemon for inetd or xinetd. See README.SBo for instructions on how to
configure inetd or xinetd to run gophernicus.

View File

@ -0,0 +1,8 @@
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.