From 7cda43cae585d3a40e0a2d65992388623093e35f Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 12 Jul 2013 13:03:45 +0200 Subject: rename fedora-* to rhel-* --- systemd/rhel-loadmodules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 systemd/rhel-loadmodules (limited to 'systemd/rhel-loadmodules') diff --git a/systemd/rhel-loadmodules b/systemd/rhel-loadmodules new file mode 100755 index 00000000..4fd167c4 --- /dev/null +++ b/systemd/rhel-loadmodules @@ -0,0 +1,11 @@ +#!/bin/bash + +# Load other user-defined modules +for file in /etc/sysconfig/modules/*.modules ; do + [ -x $file ] && $file +done + +# Load modules (for backward compatibility with VARs) +if [ -f /etc/rc.modules ]; then + /etc/rc.modules +fi -- cgit v1.2.1