description "Automounter" author "Chuck Short " start on started sssd stop on runlevel [!2345] expect fork respawn pre-start script modprobe -q autofs4 || true while [ -z "$(netstat -l | grep "/var/lib/sss/pipes/autofs")" ] ; do sleep 0.5 done end script script if [ -f /etc/default/autofs ] ; then . /etc/default/autofs fi exec /usr/sbin/automount $OPTIONS end script