diff options
Diffstat (limited to 'network/gophernicus/README.SBo')
-rw-r--r-- | network/gophernicus/README.SBo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/gophernicus/README.SBo b/network/gophernicus/README.SBo new file mode 100644 index 0000000000000..755f487486f39 --- /dev/null +++ b/network/gophernicus/README.SBo @@ -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. |