summaryrefslogtreecommitdiff
path: root/net-misc/sslh/files/sslh.init.d-3
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sslh/files/sslh.init.d-3')
-rwxr-xr-xnet-misc/sslh/files/sslh.init.d-38
1 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/sslh/files/sslh.init.d-3 b/net-misc/sslh/files/sslh.init.d-3
new file mode 100755
index 000000000000..7f9d61795b73
--- /dev/null
+++ b/net-misc/sslh/files/sslh.init.d-3
@@ -0,0 +1,8 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+description="Port multiplexer for ssh/ssl/etc..."
+command="sslh"
+pidfile="/run/${SVCNAME}.pid"
+command_args="${DAEMON_OPTS} --pidfile ${pidfile}"