summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/network/if-up.d/itzks-autofs8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/network/if-up.d/itzks-autofs b/etc/network/if-up.d/itzks-autofs
index 369ca23..974a1c6 100755
--- a/etc/network/if-up.d/itzks-autofs
+++ b/etc/network/if-up.d/itzks-autofs
@@ -1,9 +1,7 @@
#!/bin/sh
-# DISABLED for Debian jessie and beyond...
+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 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
-
-#invoke-rc.d --quiet autofs restart
+invoke-rc.d --quiet autofs restart