<div dir="ltr">Hi every body <br>
I works on buildroot for some days.<br>
now I have an issue with systemctl.<br>
in fact, I want to initialize and start lighttpd. <br>
according to <a href="https://wiki.archlinux.org/index.php/Lighttpd" target="_blank" rel="nofollow">this page</a>, I want to run "systemctl start lighttpd" to initialize lighttpd server. <br>
but I face with "systemctl failed to get Dbus connection: No connection to service manager" error.<br>
I have searched and find that I must boot with systemd. <br>
I must create some symlinks to boot with systemd<br>
<br>
when I run "cat /proc/1/comm" I have received: "init" instead of systemd.<br>
<br>
after I create symlinks like " ln -sf /usr/lib/systemd/systemd 
/sbin/init" and reboot the system, my boot crash before init step.<br>
<br>
have any one any suggestion?! <br>
thanks from all</div>