X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sysv%2Fv_sshd.subst;fp=sysv%2Fv_sshd.subst;h=4459ce5cfc2de68381a01dea2f4406c5e4830644;hb=9c78378bebc1a9f3d400f422df8ede9efea57dea;hp=0000000000000000000000000000000000000000;hpb=faa778968d1a7dfeaebc9fe4b847e691dc62fd15;p=util-vserver.git diff --git a/sysv/v_sshd.subst b/sysv/v_sshd.subst new file mode 100755 index 0000000..4459ce5 --- /dev/null +++ b/sysv/v_sshd.subst @@ -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 $* + + + + + +