*** empty log message ***
[openwrt.git] / target / default / target_skeleton / etc / init.d / rcS
1 #!/bin/sh
2 syslogd -C 16
3 klogd
4 for i in /etc/init.d/S*; do
5 $i start 2>&1
6 done | logger -s -p 6 -t ''
This page took 0.045182 seconds and 5 git commands to generate.