1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-22 04:35:56 -04:00
gophernicus/gophernicus.xinetd
fosslinux 57e0f9a827 version 3.0 release
* release version 3.0
* change appropriate documentation
* change debian packaging for 3.0
2019-07-09 17:55:26 +10:00

12 lines
245 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
}