mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-09-18 21:46:17 +00:00
11 lines
224 B
Text
11 lines
224 B
Text
# default: on
|
|
# description: Gophernicus - Modern full-featured gopher server
|
|
service gopher
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = nobody
|
|
server = @BINARY@
|
|
server_args = -r/var/gopher -h@HOSTNAME@
|
|
disable = no
|
|
}
|