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
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/18396777