skip duplicate util-vserver dir
[util-vserver.git] / sysv / v_sshd.subst
diff --git a/sysv/v_sshd.subst b/sysv/v_sshd.subst
new file mode 100755 (executable)
index 0000000..4459ce5
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+# chkconfig: - 55 25
+# description: Wrapper to start sshd bound to a single IP
+USR_LIB_VSERVER=/usr/lib/util-vserver
+exec $USR_LIB_VSERVER/vsysvwrapper sshd $*
+
+
+
+
+
+