gophernicus/init/gophernicus.xinetd.in
2021-01-03 12:44:44 +11:00

11 lines
224 B
Text

# default: on
# description: Gophernicus - Modern full-featured gopher server
service gopher
{
socket_type = stream
wait = no
user = nobody
server = @BINARY@
server_args = -r/var/gopher -h@HOSTNAME@
disable = no
}