#!/bin/sh exec 2>&1 set -e # barf if modprobe fails /sbin/modprobe autofs4 exec /etc/rc.d/autofs start