git ssb

0+

cel / sslh



Tree: b108809a78dbedce34bf8dee060fd4a2e72480c8

Files: b108809a78dbedce34bf8dee060fd4a2e72480c8 / 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