ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS (code=e...
firewalld启动报错 ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS (code=exited, status=1/FAILURE) firewalld 是CentOS7的默认防火墙,用python作配置文件,一般对python进行升级,python2和python3的不兼容导致firewalld启动异常 vim /usr/sbin/firewalld 用vim打开文件,把/usr/bin/python改成/usr/bin/python2,问题解决可以启动防火墙。