diff options
Diffstat (limited to 'community/sslh/sslh-select.service')
-rw-r--r-- | community/sslh/sslh-select.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/sslh/sslh-select.service b/community/sslh/sslh-select.service new file mode 100644 index 000000000..43f4f2787 --- /dev/null +++ b/community/sslh/sslh-select.service @@ -0,0 +1,9 @@ +[Unit] +Description=SSL/SSH multiplexer +After=network.target + +[Service] +ExecStart=/usr/bin/sslh-select -f -F /etc/sslh.conf + +[Install] +WantedBy=multi-user.target |