mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
Mention using inetd or xinetd when systemd is present.
This commit is contained in:
parent
c564b7685c
commit
0b19c6303c
14
INSTALL
14
INSTALL
@ -27,6 +27,15 @@ hostname (the one set with -h <hostname>) directory available
|
|||||||
(mkdir /var/gopher/$HOSTNAME).
|
(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
|
Compiling with TCP wrappers
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
@ -53,9 +62,8 @@ process restarted.
|
|||||||
|
|
||||||
gopher stream tcp nowait nobody /usr/sbin/in.gophernicus in.gophernicus -h <hostname>
|
gopher stream tcp nowait nobody /usr/sbin/in.gophernicus in.gophernicus -h <hostname>
|
||||||
|
|
||||||
The Makefile will automatically do this for you if you have the
|
The Makefile will automatically do this for you and remove it when
|
||||||
update(1) script installed, which is the usual case in most current
|
uninstalling.
|
||||||
flavors of Linux and BSD.
|
|
||||||
|
|
||||||
|
|
||||||
Compiling on Debian Linux (and Ubuntu)
|
Compiling on Debian Linux (and Ubuntu)
|
||||||
|
Loading…
Reference in New Issue
Block a user