#!/bin/sh
# Ready when PAM can talk to logind on the system bus.
exec /usr/bin/dbus-send --system --dest=org.freedesktop.login1 \
	--print-reply /org/freedesktop/login1 org.freedesktop.DBus.Peer.Ping
