Files: 6cc33820d166bc790c79f8e42aec8f53bcefd2ba / 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