#!/bin/sh if test -e /etc/debian-edu/config; then . /etc/debian-edu/config fi if [ "$IFACE" != "lo" ]; then : else exit 0 fi if test -e /etc/network/if-up.d/autofs; then exit 0 fi if test -e /etc/network/if-up.d/debian-edu; then exit 0 fi if [ "$PROFILE" = "Roaming-Workstation" ]; then exit 0 fi invoke-rc.d --quiet autofs restart