summaryrefslogtreecommitdiffstats
path: root/abs/extra/autofs/run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/autofs/run')
-rwxr-xr-xabs/extra/autofs/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/extra/autofs/run b/abs/extra/autofs/run
new file mode 100755
index 0000000..b35a4ea
--- /dev/null
+++ b/abs/extra/autofs/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+set -e # barf if modprobe fails
+/sbin/modprobe autofs4
+exec /etc/rc.d/autofs start