git ssb

0+

cel / sslh



Tree: 21f524f71165538dcde9f8de32b9f69385ba0c87

Files: 21f524f71165538dcde9f8de32b9f69385ba0c87 / scripts / etc.sysconfig.sslh

716 bytesRaw
1#
2# The default processing model uses select
3# A fork model is also available
4#
5#SSLH=/usr/sbin/sslh-select
6
7#
8# If transparent mode is enabled, the following
9# is needed in order to run as sslh user
10#
11#SSLH_USER=sslh
12#setcap cap_net_bind_service,cap_net_admin=+ep $SSLH
13
14#
15# Configuration file for sslh
16# Set empty to disable configuration file support
17#
18#CONFIG=/etc/sslh.cfg
19
20#
21# Extra option to pass on comand line
22# Those can supersede configuration file settings
23#
24#OPTIONS=
25
26#
27# The sslh process is started by default with the C
28# locale, it can be changed here
29#
30#SSLH_LANG=C
31
32#
33# If an alternate location is specified in configuration
34# file, it needs to be reported here
35#
36#PIDFILE=/var/run/sslh/sslh.pid
37

Built with git-ssb-web