You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pendenaor. Thanks for working on this bug. If you want, I can test it and implement your suggested change. But you are more than welcome to pull-request your change and become a contributor of synth-shell-greeter, if you like :)
Describe the bug
On WSL2 Distrod+Archlinux, systemd is not detected.
To Reproduce
Extract systemd validation routine from synth-shell-greeter.sh, function
printInfoSystemctl
Expected behavior
Distrod is a meta-distro that embed systemd, it should be detected.
Workaround
replace
if [ -z "$(pidof systemd)" ]; then
byif [ ! -d "/run/systemd/system/" ];then
see Notes from https://www.freedesktop.org/software/systemd/man/sd_booted.html
The text was updated successfully, but these errors were encountered: