- added /etc/conf.d/sslh now the service actually starts when using systemd OBS-URL: https://build.opensuse.org/request/show/212032 OBS-URL: https://build.opensuse.org/package/show/security/sslh?expand=0&rev=3
9 lines
300 B
D
9 lines
300 B
D
# /etc/conf.d/sslh
|
|
|
|
# Options to sslh itself. See the sslh(1) man page.
|
|
#DAEMON_OPTS=""
|
|
|
|
# Multiplexing example
|
|
# Port 44 can be used for ssh, http, and https. Drop privileges after starting.
|
|
DAEMON_OPTS="-t 2 -p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443 --user nobody"
|