Linux系列:Systemd 常用命令(详解)




一. Systemd 常用命令

日常命令

# 设置开机启动
$ systemctl enable nginx.service

# 启动服务
$ systemctl start nginx.service

# 停止服务
$ systemctl stop nginx.service

# 停止服务
$ systemctl restart nginx.service

# 重新加载修改的配置文件
$ sudo systemctl daemon-reload

# 查看l
posted @ 2023-12-14 16:09  坦笑&&life  阅读(13)  评论(0编辑  收藏  举报  来源