CentOS7取消服务器自动休眠
vi /etc/X11/xorg.conf #贴入以下内容
Section "ServerFlags" Option "BlankTime" "0" #关闭黑屏 Option "StandbyTime" "0" #关闭待机 Option "SuspendTime" "0" #关闭睡眠 Option "OffTime" "0" EndSection Section "Monitor" Option "DPMS" "false" EndSection
重启reboot