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-configure
Size399
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
#
# Configure machine if necessary.

. /etc/init.d/functions

if [ -x /bin/plymouth ]; then
/bin/plymouth quit
fi

if [ -x /usr/sbin/firstboot ]; then
/usr/sbin/firstboot
fi

# Reread in network configuration data.
if [ -r /etc/hostname ]; then
HOSTNAME=$(cat /etc/hostname)
# Reset the hostname.
action $"Resetting hostname ${HOSTNAME}: " hostname ${HOSTNAME}
fi