1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-01 04:14:15 -04:00
gophernicus/gophernicus.xinetd

12 lines
237 B
Plaintext
Raw Normal View History

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