wsl2下centos 不支持 systemctl 命令问题
是有关权限的问题。这个systemctl 是个py 文件,需要从网上找一个合适的代替原版的。
如果下面的网址不能用,就从www.gtiee.com 上找一个类似的,下载覆盖
mv /usr/bin/systemctl /usr/bin/systemctl.old
#curl https://github.com/gdraheim/docker-systemctl-replacement/blob/master/files/docker/systemctl.py > /usr/bin/systemctl
curl https://gitee.com/umico/docker-systemctl-replacement/blob/master/files/docker/systemctl.py > /usr/bin/systemctl
chmod +x /usr/bin/systemctl
就可以正常使用了。
xrdp-sesman 服务没有生效时,是无法通过xrdp登录进去的