systemd on a Gentoo based system
I always wanted to try out systemd as I like the ideas and concept behind it. So lets get started: add systemd USE-flag emerge –ask –changed-use –deep @world emerge –ask systemd change grub config to use init=/usr/bin/systemd reboot localhost christian # systemd-analyze Traceback (most recent call last): File “/usr/bin/systemd-analyze”, line 23, in from gi.repository import Gio ImportError: No module named gi.repository This can be fixed with: emerge -av dev-python/pygobject Here are the first results:...