mirror of
https://github.com/kaiju/docker-gophernicus.git
synced 2025-04-13 09:30:16 +00:00

Add an init entrypoint script to write out gophernicus xinetd configuration using arguments sourced from the environment. Default to apache-style logs and tail the output to stdout.
9 lines
143 B
Text
9 lines
143 B
Text
defaults
|
|
{
|
|
instances = 25
|
|
log_type = FILE /var/log/servicelog
|
|
log_on_success = HOST PID
|
|
log_on_failure = HOST
|
|
}
|
|
|
|
includedir /etc/xinetd.d/
|