systemctl简单命令
systemctl start xxx
systemctl stop xxx
systemctl enable xxx
# 查看服务状态
systemctl status xxx
journalctl --unit xxx
# 输出启动时序
systemd-analyze plot > plog.svg
微信扫一扫
systemctl start xxx
systemctl stop xxx
systemctl enable xxx
# 查看服务状态
systemctl status xxx
journalctl --unit xxx
# 输出启动时序
systemd-analyze plot > plog.svg
相关推荐