Update systemd inside container instructions

Anthony Wang 2022-08-13 13:01:43 -05:00
parent f10d3bca84
commit f294401e91

@ -26,10 +26,6 @@ You can even install a window manager or desktop environment inside the containe
Run the following commands inside the container to make the host systemd accessible inside the container:
```sh
# These two commands may not be necessary
sudo umount /run/systemd/system
sudo rm -r /run/systemd/system
sudo ln -s /run/host/run/systemd/system /run/systemd
sudo mkdir -p /run/dbus
sudo ln -s /run/host/run/dbus/system_bus_socket /run/dbus