Typos #4

Open
opened 2021-10-29 20:43:25 -04:00 by sl1pkn07 · 0 comments
sl1pkn07 commented 2021-10-29 20:43:25 -04:00 (Migrated from github.com)

github.com/badgumby/arch-wsl@36d4f69566/README.md (L172-L177)

the spaces between /lib/ systemd/systemd and =basic. target$' should be removed

and in

exec sudo /usr/bin/nsenter -t $SYSTEMD_PID -a su - $LOGNAME

should be

exec sudo /usr/bin/nsenter -t $SYSTEMD_PID -m -p su - $LOGNAME

because something is changed in util-linux. if not you hit https://github.com/DamionGans/ubuntu-wsl2-systemd-script/issues/36

greetings

https://github.com/badgumby/arch-wsl/blob/36d4f69566986ec0817fb00c8d9ea3908b9e9ff3/README.md?plain=1#L172-L177 the spaces between ` /lib/ systemd/systemd` and `=basic. target$'` should be removed and in ` exec sudo /usr/bin/nsenter -t $SYSTEMD_PID -a su - $LOGNAME` should be ` exec sudo /usr/bin/nsenter -t $SYSTEMD_PID -m -p su - $LOGNAME` because something is changed in util-linux. if not you hit https://github.com/DamionGans/ubuntu-wsl2-systemd-script/issues/36 greetings
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
badgumby/arch-wsl#4
No description provided.