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