]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/files/rc.local
some more squeeze + wheezy fixups
[dsa-puppet.git] / modules / debian-org / files / rc.local
index c43038af4b177ecc118b6adfca8100e901883609..4342f89107e1509d73f3f76cd9b850d1be9841e8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ##
 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
@@ -6,5 +6,7 @@
 ##
 
 if [ -e /proc/sys/kernel/modules_disabled ]; then
-       echo 1 > /proc/sys/kernel/modules_disabled || true
+       ( sleep 60;
+         echo 1 > /proc/sys/kernel/modules_disabled || true
+       ) & disown
 fi