3 # Start all init scripts in /etc/init.d
4 # executing them in numerical order.
6 for i
in /etc
/init.d
/S??
* ;do
8 # Ignore dangling symlinks (if any).
9 [ ! -f "$i" ] && continue
13 # Source shell script for speed.
21 # No sh extension, so fork subprocess.
This page took 0.051607 seconds and 5 git commands to generate.