#!/bin/sh
if [ -f /etc/sysconfig/network-scripts/ifcfg-lo ]; then
    /sbin/ifup lo
fi
