1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00
gophernicus/gophernicus.xinetd

12 lines
237 B
Plaintext

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