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