mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
18 lines
636 B
Text
18 lines
636 B
Text
# Configuration for /etc/init.d/sslh
|
|
|
|
# The sslh binary to run; one of:
|
|
#
|
|
# fork Forks a new process for each incoming connection. It is well-tested
|
|
# and very reliable, but incurs the overhead of many processes.
|
|
# select Uses only one thread, which monitors all connections at once. It is
|
|
# more recent and less tested, but has smaller overhead per connection.
|
|
#mode="fork"
|
|
|
|
# Path of the configuration file.
|
|
#cfgfile="/etc/sslh.conf"
|
|
|
|
# Additional options to pass to the sslh daemon. See sslh(1) man page.
|
|
#command_args=""
|
|
|
|
# Uncomment to run the sslh daemon under process supervisor.
|
|
#supervisor=supervise-daemon
|