mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 00:50:41 +02:00
9ecebf8792
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@863 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
syslogd -C 16
|
|
klogd
|
|
for i in /etc/init.d/S* ;do
|
|
$i start 2>&1 | logger -s -p 6 -t ''
|
|
done
|