Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/httpd/run

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 254 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 #!/bin/sh
2
3 #exec >/dev/null
4 exec 2>&1
5 exec </dev/null
6
7 user=www
8 user=root
9
10 echo "* Starting tcpsvd for httpd [$$]"
11 exec \
12 env - PATH="$PATH" \
13 softlimit \
14 tcpsvd \
15 -v -E -l localhost -c 5 \
16 0 88 \
17 setuidgid "$user" \
18 httpd -vvv -i -h /pub/httpd_root

Properties

Name Value
svn:executable *