📜  ubuntu 20 stop apache - Shell-Bash 代码示例

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

代码示例3
## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service