]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/debian-org/files/rc.local
First stab at managing rc.local
[dsa-puppet.git] / modules / debian-org / files / rc.local
1 #!/bin/sh
2
3 if [ -e /proc/sys/kernel/modules_disabled ]; then
4         echo 1 > /proc/sys/kernel/modules_disabled || true
5 fi