Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/inetd/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: 336 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 echo "* Starting inetd [$$]"
8 exec \
9 env - PATH="$PATH" \
10 softlimit \
11 inetd -f -e "$PWD/inetd.conf"
12
13 # inetd [-f] [-q len] [conf]
14 # -f Run in foreground
15 # -e Log to stderr (default is syslog)
16 # -q N Set the size of the socket listen queue to N
17 # (default: 128)

Properties

Name Value
svn:executable *