mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-10-27 05:20:18 -04:00
12 lines
248 B
Plaintext
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
|
||
|
}
|