#!/bin/bash # # /etc/rc.d/rc.sysinit - run once at boot time # for i in /etc/rc.d/rcS.d/*.sh; do . $i done