Files: 718fe0e2e9f339a022d9bc13285017fdd76a32e1 / scripts / systemd.sslh.service
209 bytesRaw
1 | [Unit] |
2 | Description=SSL/SSH multiplexer |
3 | After=network.target |
4 | |
5 | [Service] |
6 | EnvironmentFile=/etc/conf.d/sslh |
7 | ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS |
8 | KillMode=process |
9 | |
10 | [Install] |
11 | WantedBy=multi-user.target |
12 |
Built with git-ssb-web