# systemctl list-units --type=service
OR
# systemctl --type=service
# systemctl list-units --type=service --state=active
OR
# systemctl --type=service --state=active
重载
systemctl daemon-reload
systemctl,服务,状态,重载,daemon-reload
查看和管理系统服务状态,包括列出所有服务或仅活动服务,以及重载系统服务配置。