📌  相关文章
📜  无法重新启动 apache2.service:未找到单元. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:06.341000             🧑  作者: Mango

代码示例1
You are using different service of apache.

run this if you are using the same service.

systemctl restart httpd
<----------------- Or ------------------>
apachectl restart