CentOS 7.x开始,CentOS开始使用systemd服务来代替daemon,原来管理系统启动和管理系统服务的相关命令全部由systemctl命令来代替.service命令只保留下了极少部分使用,大部分命令都要改用systemctl使用. [root@localhost ~]# service iptables save The service command supports only basic LSB actions (start, stop, restart, try-restar…