ubuntu preview 服务管理

查看全部运行的服务

systemctl list-units --type=service --state=running

关闭开机自启的服务

 sudo systemctl disable orthanc.service
 sudo systemctl disable orthanc.service

关机

wsl --shutdown

开机验证

wsl
systemctl list-units --type=service --state=running

posted @ 2024-09-04 16:25  vx_guanchaoguo0  阅读(2)  评论(0编辑  收藏  举报