DEV Community

Discussion on: Linux on Windows: WSL with Desktop Environment via RDP

Collapse
 
darksmile92 profile image
Robin Kretzschmar

Hey Cesar, to start the xrdp service automatically, you can enable the systemd service with the following lines:

sudo systemctl enable xrdp
sudo systemctl start xrdp
Collapse
 
myrons profile image
Myron • Edited

What have I done wrong? Using latest LTS distro under WSL2.

sudo systemctl start xrdp
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down