标签:rsyslog chkconfig eve ice work lis sshd cron syslog
##关闭所有服务chkconfig --list|grep 3:on|awk ‘{print $1}‘
;do chkconfig --level 3 $sun off;done
##启动必要服务(可以根据实际需要修改)
for sun in YDService atd crond rsyslog sshd network udev-post sysstat vm-agent;do chkconfig --level 3 $sun on;done
标签:rsyslog chkconfig eve ice work lis sshd cron syslog
原文地址:https://blog.51cto.com/9625010/2400728