Does Centos 7 use /etc/sysconfig/network or is this replaced by some systemctl set of commands.
For example I know to set my host name with:
hostnamectl set-hostname nevia.htt-consult.com
But I don't know if this is the same as
cat <<EOF>/etc/sysconfig/network || exit 1 NETWORKING=yes HOSTNAME=nevia.htt-consult.com EOF