1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-21 03:14:15 -04:00
gophernicus/init/gophernicus.xinetd
2020-01-11 20:41:11 +01:00

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
}