path: systemd_260~rc2-1/debian/tests/logind
    evemu-event $LID_DEV --sync --type 5 --code 0 --value 0
    P=$(pidof systemd-logind)
    [ "$P" = "$LOGINDPID" ] || { echo "logind crashed" >&2; exit 1; }
}
