#!/bin/sh
exec 2>&1
# elogind doesn't work right if it starts before dbus
sv check dbus >/dev/null || exit 1
exec /usr/libexec/elogind/elogind.wrapper
