From 0b19c6303cfb8276825a7110c9e4eaf8c2cd7bf1 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 31 Mar 2019 14:32:21 -0700 Subject: [PATCH] Mention using inetd or xinetd when systemd is present. --- INSTALL | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 5135fa4..875483f 100644 --- a/INSTALL +++ b/INSTALL @@ -27,6 +27,15 @@ hostname (the one set with -h ) directory available (mkdir /var/gopher/$HOSTNAME). +Other installation targets +========================== + +Suppose your server runs systemd, but you'd rather have Gophernicus +started with inetd or xinetd. To do that, do "make install-inetd" +or "make install-xinetd". Likewise use "make uninstall-inetd" or +"make uninstall-xinetd" to uninstall Gophernicus. + + Compiling with TCP wrappers =========================== @@ -53,9 +62,8 @@ process restarted. gopher stream tcp nowait nobody /usr/sbin/in.gophernicus in.gophernicus -h -The Makefile will automatically do this for you if you have the -update(1) script installed, which is the usual case in most current -flavors of Linux and BSD. +The Makefile will automatically do this for you and remove it when +uninstalling. Compiling on Debian Linux (and Ubuntu)