Centos
chkconfig –list for systemctl 的等價物是什麼?
CentOS / RHEL 7
我想查看我的系統上存在的服務列表以及它們將自動啟動的 systemd 目標。那可能嗎?我知道我可以執行
systemctl cat foo
並檢查WantedBy
單個服務的欄位值,但我希望看到所有內容的完整列表。基本上我正在尋找 systemd 等價於
chkconfig --list
啊沒關係。看起來
chkconfig
在 RHEL/CentOS 7 上仍然存在有限的容量,並且已經預料到我的問題:[foo@foobox ~] chkconfig Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. If you want to list systemd services use `systemctl list-unit-files'. To see services enabled on particular target use `systemctl list-dependencies [target]'.
抱歉 - 我應該先檢查一下。
chkconfig
我只是想像在較新的作業系統中不存在的遺留東西。因此,雖然我可以使用指定的單個目標執行命令,但我看不到所有目標的啟動狀態的匯總。