git ssb

0+

cel / sslh



Tree: 718fe0e2e9f339a022d9bc13285017fdd76a32e1

Files: 718fe0e2e9f339a022d9bc13285017fdd76a32e1 / scripts / systemd.sslh.service

209 bytesRaw
1[Unit]
2Description=SSL/SSH multiplexer
3After=network.target
4
5[Service]
6EnvironmentFile=/etc/conf.d/sslh
7ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS
8KillMode=process
9
10[Install]
11WantedBy=multi-user.target
12

Built with git-ssb-web