If $3 is set, the run file is expected to be cleaned up if the context does
[util-vserver.git] / sysv / v_httpd.subst
1 #!/bin/sh
2 # chkconfig: - 85 15
3 # description: Wrapper to start httpd bound to a single IP
4 USR_LIB_VSERVER=/usr/lib/util-vserver
5 exec $USR_LIB_VSERVER/vsysvwrapper httpd $*
6