HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / lib / systemd /

Server Ip : 172.67.216.244




Filename/lib/systemd/rhel-loadmodules
Size233
Permissionrwxr-xr-x
Owner
Create time08-Dec-2022 23:02
Last modified22-May-2020 10:44
Last accessed22-May-2020 10:44
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/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