projects
/
util-vserver.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
507847f574b413aa0400e1bb5ec2680bf818df26
[util-vserver.git]
/
util-vserver
/
sysv
/
v_named.subst
1
#!/bin/sh
2
# chkconfig: - 55 45
3
# description: Wrapper to start named bound to a single IP
4
USR_LIB_VSERVER=/usr/lib/util-vserver
5
exec $USR_LIB_VSERVER/vsysvwrapper named $*
6
7
8
9
10
11