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