1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-23 06:35:34 +00:00
gophernicus/gophernicus.xinetd
2014-01-25 11:21:40 +02:00

12 lines
248 B
Plaintext

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