mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-10-27 05:20:18 -04:00
1720740bdd
This build system is very different to the old build system, and is much more inuitive. It leverages a hand made configure script to generate the Makefile. The listener is no longer auto-detected, unless specifically specified, and no longer activated by default. That is not the place for a build system. Along with the focus of moving to distribution repositiories, this 'feature' is clearly unwanted by distributions. Multiple listeners are now also supported, primarily for distributions. Lastly, parallelism now works as well.
12 lines
237 B
Plaintext
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
|
|
}
|