summarylogtreecommitdiffstats
path: root/sslh-select.service
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-05-21 16:37:38 +0200
committerMoritz Kaspar Rudert (mortzu)2015-05-21 16:37:38 +0200
commitc74b963608f1a73b08527950d67b86b0228709e6 (patch)
tree51a9d6401cc0c41820484126cb70c962d8fdb25d /sslh-select.service
downloadaur-c74b963608f1a73b08527950d67b86b0228709e6.tar.gz
initial commit
Diffstat (limited to 'sslh-select.service')
-rw-r--r--sslh-select.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/sslh-select.service b/sslh-select.service
new file mode 100644
index 000000000000..43f4f2787915
--- /dev/null
+++ b/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