欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

systemctl

程序员文章站 2024-02-19 18:15:52
...
  1. 查看所有的service
systemctl list-units --type=service | more
  1. 查看service依赖项
systemctl list-dependencies system-monitor.service
相关标签: systemctl