1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-24 08:37:28 +02:00
openwrt/openwrt/package/base-files/default/etc/init.d/rcS

9 lines
156 B
Plaintext
Raw Normal View History

2005-01-16 12:43:02 +01:00
#!/bin/sh
2005-05-13 02:37:19 +02:00
syslogd -C 16
klogd
${FAILSAFE:+telnetd -l /bin/login; ifup lan; exit}
for i in /etc/init.d/S*; do
$i start 2>&1
done | logger -s -p 6 -t '' &