[arch-commits] Commit in sslh/trunk (sslh.service)

Sébastien Luttringer seblu at archlinux.org
Wed Sep 28 00:00:03 UTC 2016


    Date: Wednesday, September 28, 2016 @ 00:00:02
  Author: seblu
Revision: 190694

the missing file

Added:
  sslh/trunk/sslh.service

--------------+
 sslh.service |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

Added: sslh.service
===================================================================
--- sslh.service	                        (rev 0)
+++ sslh.service	2016-09-28 00:00:02 UTC (rev 190694)
@@ -0,0 +1,15 @@
+[Unit]
+Description=SSL/SSH multiplexer (socket mode)
+Conflicts=sslh-fork.service sslh-select.service
+Requires=sslh.socket
+PartOf=sslh.socket
+
+[Service]
+ExecStart=/usr/bin/sslh -F -f -P/tmp/pid
+KillMode=process
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_NET_ADMIN CAP_SETGID CAP_SETUID
+PrivateTmp=true
+PrivateDevices=true
+ProtectSystem=full
+ProtectHome=true
+User=sslh



More information about the arch-commits mailing list