linux中service的问题
Posted 侠岚之弋痕夕
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux中service的问题相关的知识,希望对你有一定的参考价值。
1.描述问题
2.解决方案
systemctl stop firewalld
systemctl mask firewalld
Then, install the iptables-services package:
yum install iptables-services
Enable the service at boot-time:
systemctl enable iptables
Managing the service
systemctl [stop|start|restart] iptables
Saving your firewall rules can be done as follows:
service iptables save
参考:http://www.bubuko.com/infodetail-1954829.html
http://blog.csdn.net/song_csdn1550/article/details/51768671
http://blog.163.com/xavier_666/blog/static/25884000720163299503423/
http://blog.csdn.net/song_csdn1550/article/details/51768671
以上是关于linux中service的问题的主要内容,如果未能解决你的问题,请参考以下文章
Grails 根据环境将 Service 注入到 Controller