description "Automounter" author "Chuck Short " start on filesystem and started networking stop on runlevel [!2345] emits autofs expect fork respawn pre-start script modprobe -q autofs4 || true end script script if [ -f /etc/default/autofs ] ; then . /etc/default/autofs fi exec /usr/sbin/automount $OPTIONS end script