projects
/
util-vserver.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "gentoo: do not mess with the cgroup mount at boot time. openrc takes care...
[util-vserver.git]
/
sysv
/
v_sshd.subst
1
#!/bin/sh
2
# chkconfig: - 55 25
3
# description: Wrapper to start sshd bound to a single IP
4
USR_LIB_VSERVER=/usr/lib/util-vserver
5
exec $USR_LIB_VSERVER/vsysvwrapper sshd $*
6
7
8
9
10
11