mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 12:48:25 +02:00
a702c2ea6f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@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
|