New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/29959#issuecomment-812858121 Comment: > sv check elogind in the service should fix this But that requires a check script for elogind, right? Try the following check script `/etc/sv/elogind/check`: ``` #!/bin/sh exec dbus-send --print-reply --reply-timeout=1000 --system --dest=org.freedesktop.login1 / org.freedesktop.DBus.Peer.Ping >/dev/null 2>&1 ```