CentOS 无法找到 Systemctl 命令的解决办法

centos 6 找不到Systemctl怎么办

没事,您可以使用 service 。比如想要启动 NGINX,可以这样:

service nginx start

使用 service 命令替代


参考资料:

1、Systemctl无法找到怎么办
https://talk.ninghao.net/t/systemctlwu-fa-zhao-dao-zen-yao-ban/2559

2、service与chkconfig的替代者systemctl
http://www.361way.com/systemctl/3709.html


版权声明:本文为HeatDeath原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。