File: v_httpd.subst

package info (click to toggle)
util-vserver 0.30.216-pre2864-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,576 kB
  • ctags: 4,462
  • sloc: ansic: 23,615; sh: 15,550; xml: 1,893; makefile: 402; python: 301; perl: 85; awk: 4
file content (6 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/sh
# chkconfig: - 85 15
# description: Wrapper to start httpd bound to a single IP
USR_LIB_VSERVER=/usr/lib/util-vserver
exec $USR_LIB_VSERVER/vsysvwrapper httpd $*