X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ffiles%2Frc.local;h=4342f89107e1509d73f3f76cd9b850d1be9841e8;hb=23f10c8e359298d717decf0da12ec3d6b1907c1f;hp=c43038af4b177ecc118b6adfca8100e901883609;hpb=760bc61e956da7156379af9d3502f58e6d65583f;p=dsa-puppet.git diff --git a/modules/debian-org/files/rc.local b/modules/debian-org/files/rc.local index c43038af..4342f891 100755 --- a/modules/debian-org/files/rc.local +++ b/modules/debian-org/files/rc.local @@ -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